Browse Source

Custom fields display on bulk edit form.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8147 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.4.0
Jean-Philippe Lang 12 years ago
parent
commit
8d6af1fcb0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/views/issues/bulk_edit.html.erb

+ 1
- 1
app/views/issues/bulk_edit.html.erb View File

@@ -48,7 +48,7 @@
<% end %>

<% @custom_fields.each do |custom_field| %>
<p><label><%= h(custom_field.name) %> <%= custom_field_tag_for_bulk_edit('issue', custom_field, @projects) %></label></p>
<p><label><%= h(custom_field.name) %></label> <%= custom_field_tag_for_bulk_edit('issue', custom_field, @projects) %></p>
<% end %>

<%= call_hook(:view_issues_bulk_edit_details_bottom, { :issues => @issues }) %>

Loading…
Cancel
Save