Checkboxes on the workflow screen diagonal no longer disabled

git-svn-id: http://redmine.rubyforge.org/svn/trunk@448 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-04-17 11:02:46 +00:00
parent d570bc5cc5
commit a824017d8c
1 changed files with 0 additions and 1 deletions

View 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 %>