mirror of
https://github.com/redmine/redmine.git
synced 2026-04-02 02:31:17 +02:00
Fixes custom field preview does not work on bulk issue edit (#43804).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24502 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
<label><%= custom_field.name %></label>
|
||||
<%= custom_field_tag_for_bulk_edit('issue', custom_field, @issues, @issue_params[:custom_field_values][custom_field.id.to_s]) %>
|
||||
</p>
|
||||
<%= wikitoolbar_for "issue_custom_field_values_#{custom_field.id}", preview_issue_path(:project_id => @project, :issue_id => nil) if custom_field.full_text_formatting? %>
|
||||
<%= wikitoolbar_for "issue_custom_field_values_#{custom_field.id}", (@project ? preview_issue_path(:project_id => @project, :issue_id => nil) : preview_text_path) if custom_field.full_text_formatting? %>
|
||||
<% end %>
|
||||
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user