diff options
Diffstat (limited to 'app/views/roles')
-rw-r--r-- | app/views/roles/workflow.rhtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/roles/workflow.rhtml b/app/views/roles/workflow.rhtml index f62cca50e..2963d3dca 100644 --- a/app/views/roles/workflow.rhtml +++ b/app/views/roles/workflow.rhtml @@ -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 %> |