Parcourir la 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 il y a 12 ans
Parent
révision
8d6af1fcb0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      app/views/issues/bulk_edit.html.erb

+ 1
- 1
app/views/issues/bulk_edit.html.erb Voir le fichier

@@ -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 }) %>

Chargement…
Annuler
Enregistrer