Merged r14671 (#20992).

git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14804 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2015-11-07 08:19:40 +00:00
parent 53a6e66da6
commit 08390b2f58

View File

@@ -11,7 +11,7 @@
<% end %>
<% if @issue.safe_attribute? 'priority_id' %>
<p><%= f.select :priority_id, (@priorities.collect {|p| [p.name, p.id]}), {:required => true}, :disabled => !@issue.leaf? %></p>
<p><%= f.select :priority_id, (@priorities.collect {|p| [p.name, p.id]}), {:required => true} %></p>
<% end %>
<% if @issue.safe_attribute? 'assigned_to_id' %>