fixes adding attachments on work package update

pull/2663/head
Jens Ulferts 10 years ago
parent 9e18968440
commit 5a983ea455
  1. 2
      app/views/work_packages/_edit.html.erb

@ -79,7 +79,7 @@ See doc/COPYRIGHT.rdoc for more details.
<hr class="form--separator -invisible">
<%= render :partial => 'attachments/nested_form',
:locals => { :f => f } %>
:locals => { :prefix => 'work_package' } %>
<hr class="form--separator -invisible">

Loading…
Cancel
Save