소스 검색

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 년 전
부모
커밋
8d6af1fcb0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/views/issues/bulk_edit.html.erb

+ 1
- 1
app/views/issues/bulk_edit.html.erb 파일 보기

@@ -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…
취소
저장