Commit a824017d authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Checkboxes on the workflow screen diagonal no longer disabled

git-svn-id: http://redmine.rubyforge.org/svn/trunk@448 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent d570bc5c
......@@ -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 %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment