[SOLVED] Description Field Content is Hidden When Editing an Issue
Added by Marcel B almost 5 years ago
Hi, folks.
When an Issue is in edit mode, the field Description has its content replaced by a link labeled Edit (with a pencil).
Is it configurable, like to show the rich text editor instead? If not, maybe there is a known plugin to do it ?
Thanks,
Screenshot-2020-02-14-18-14-38.png (23.2 KB) Screenshot-2020-02-14-18-14-38.png | edit link | ||
Screenshot-2020-02-14-18-14-51.png (30.5 KB) Screenshot-2020-02-14-18-14-51.png | edit link clicked |
Replies (2)
RE: Description Field Content is Hidden When Editing an Issue - Added by Guillermo ML almost 5 years ago
Is it configurable, like to show the rich text editor instead?
No, it's not, but maybe you can tweak the theme to show it by default.
If not, maybe there is a known plugin to do it?
You can use something like https://github.com/onozaty/redmine-view-customize to add some javascript like:
$("#issue_description_and_toolbar").show();
RE: [SOLVED] Description Field Content is Hidden When Editing an Issue - Added by Marcel B over 4 years ago
Thank you. It works.