]> source.dussan.org Git - redmine.git/commitdiff
Checkboxes on the workflow screen diagonal no longer disabled
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 17 Apr 2007 11:02:46 +0000 (11:02 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 17 Apr 2007 11:02:46 +0000 (11:02 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@448 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/roles/workflow.rhtml

index f62cca50ec907fa6924c15654d77037586beab40..2963d3dcabbf08ff4de3a4c01dc280f6ef8f603d 100644 (file)
@@ -48,7 +48,6 @@
       name="issue_status[<%= old_status.id %>][]"
       value="<%= new_status.id %>"
       <%if old_status.new_statuses_allowed_to(@role, @tracker).include? new_status%>checked="checked"<%end%>
-      <%if old_status==new_status%>disabled<%end%>
       >                        
                        </td>
                <% end %>