##// END OF EJS Templates
Fixed that triority field is always disabled on parent tasks (#20992)....
Jean-Philippe Lang -
r14289:8da3c8efb41c
parent child
Show More
@@ -11,7 +11,7
11 11 <% end %>
12 12
13 13 <% if @issue.safe_attribute? 'priority_id' %>
14 <p><%= f.select :priority_id, (@priorities.collect {|p| [p.name, p.id]}), {:required => true}, :disabled => !@issue.leaf? %></p>
14 <p><%= f.select :priority_id, (@priorities.collect {|p| [p.name, p.id]}), {:required => true} %></p>
15 15 <% end %>
16 16
17 17 <% if @issue.safe_attribute? 'assigned_to_id' %>
General Comments 0
You need to be logged in to leave comments. Login now