diff options
author | Go MAEDA <maeda@farend.jp> | 2020-04-11 09:02:01 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-04-11 09:02:01 +0000 |
commit | 92169b1124aad46755120af765f0f207a8612d25 (patch) | |
tree | d150e625c5fca887a6a28d423926d11132847454 /app/views/issues | |
parent | a14697df687337f8df8316fc44e5f850ff425379 (diff) | |
download | redmine-92169b1124aad46755120af765f0f207a8612d25.tar.gz redmine-92169b1124aad46755120af765f0f207a8612d25.zip |
Show toolbar for full width custom fields with text formatting enabled on issues bulk edit page (#32471).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@19691 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/bulk_edit.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/issues/bulk_edit.html.erb b/app/views/issues/bulk_edit.html.erb index 663b80038..224ace22a 100644 --- a/app/views/issues/bulk_edit.html.erb +++ b/app/views/issues/bulk_edit.html.erb @@ -212,6 +212,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? %> <% end %> </fieldset> |