Actions
Feature #43959
openadd wikitoolbar on custom field on other types than issue
Status:
New
Priority:
Normal
Assignee:
-
Category:
Custom fields
Target version:
Resolution:
Description
Hello,
If we add long text custom field with text formatting on version for example : no wikitoolbar appear.
In this case, the line
<%= wikitoolbar_for "version_custom_field_values_#{value.custom_field_id}" if value.custom_field.full_text_formatting? %>
can be add on the customfield loop in the file app/views/versions/_form.html.erb
best regards
Files
Updated by Go MAEDA 20 days ago
- File 0001-Show-wiki-toolbar-for-long-text-custom-fields-on-ver.patch 0001-Show-wiki-toolbar-for-long-text-custom-fields-on-ver.patch added
- Target version set to Candidate for next major release
Thank you for posting the patch. I added tests for the patch.
Updated by Go MAEDA 17 days ago
- Target version changed from 7.0.0 to Candidate for next major release
I will also add a toolbar to the long text custom fields for the following types of objects:
- Spent time
- Projects
- Time tracking activities
However, I will not add a toolbar to custom fields for users, because the area where the custom field textarea is displayed is narrow and does not have sufficient width to show the toolbar.
Actions