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:
parent
d570bc5cc5
commit
a824017d8c
|
@ -48,7 +48,6 @@
|
||||||
name="issue_status[<%= old_status.id %>][]"
|
name="issue_status[<%= old_status.id %>][]"
|
||||||
value="<%= new_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_statuses_allowed_to(@role, @tracker).include? new_status%>checked="checked"<%end%>
|
||||||
<%if old_status==new_status%>disabled<%end%>
|
|
||||||
>
|
>
|
||||||
</td>
|
</td>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in New Issue