Feature #28085
closedWiki Toolbar on Full Width Custom Fields
0%
Description
Upon upgrading to version 3.4.4 we noticed we now have the ability to have custom long text fields with Full Width Layout and Text Formatting options.
When editing an issue, fields with these options should also have the wiki toolbar displayed.
We were able to make it appear by adding a call to wikitoolbar_for in app/views/issues/_form_custom_fields.html.erb as follows:
<% custom_field_values_full_width.each do |value| %> <p><%= custom_field_tag_with_label :issue, value, :required => @issue.required_attribute?(value.custom_field_id) %> <%= wikitoolbar_for custom_field_tag_id :issue, value.custom_field %> </p> <% end %>
Note that I'm not checking the Text Formatting option so all full width fields have the toolbar.
Files
Related issues
Updated by Osamu Murayama almost 7 years ago
I upload my patch. All (not only issue's) custom fields which format_type "text" and text_formatting "full" have the wiki toolbar in there edit forms.
And you can preview at "project setting" and issue's form.
Updated by Mischa The Evil almost 7 years ago
- Related to Patch #21705: Option for long text custom fields to be displayed using full width added
Updated by Go MAEDA almost 7 years ago
- File wiki-toolbar-and-preview-for-full-width-cf@2x.png wiki-toolbar-and-preview-for-full-width-cf@2x.png added
- Target version set to Candidate for next major release
Updated by Marius BĂLTEANU almost 7 years ago
Go MAEDA wrote:
Marius, could you review this patch? I think you are the right person to check this patch because you implemented full-width custom fields (#21705) and now working to improve preview (#27758).
Go MAEDA, I'll be happy to review this patch, but first I would like to take a call regarding #27758. I think that this feature can be implemented easier after the preview tab is added to the core.
Updated by Mischa The Evil over 6 years ago
- File patch.patch patch.patch added
I'll attach the same patch, but renamed so that it is recognized by Redmine as a patch (which will ease the review process of it).
Updated by Go MAEDA about 6 years ago
- Related to Feature #29712: Preview and wiki toolbar for full width custom fields added
Updated by Marius BĂLTEANU about 6 years ago
- Related to deleted (Feature #29712: Preview and wiki toolbar for full width custom fields)
Updated by Marius BĂLTEANU about 6 years ago
- Is duplicate of Feature #29712: Preview and wiki toolbar for full width custom fields added
Updated by Marius BĂLTEANU about 6 years ago
- Status changed from New to Closed
- Target version deleted (
Candidate for next major release) - Resolution set to Duplicate
I'm closing this in favour of #29712 where we started the discussions to implement this feature.