Project

General

Profile

[SOLVED] Description Field Content is Hidden When Editing an Issue

Added by Marcel B about 4 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,

edit link

edit link clicked


Replies (2)

RE: Description Field Content is Hidden When Editing an Issue - Added by Guillermo ML about 4 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();

    (1-2/2)