]> source.dussan.org Git - redmine.git/commitdiff
Fixed that triority field is always disabled on parent tasks (#20992).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 14 Oct 2015 18:07:49 +0000 (18:07 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 14 Oct 2015 18:07:49 +0000 (18:07 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14671 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_attributes.html.erb

index 3d5f85c7bd6da873ec9f85641098cd8574934af4..c5c4e8d1bbbc5a7a31b454cc27563fed43e71fc6 100644 (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' %>