Ilogeek/redmine_issue_dynamic_edit

Editing should start only with edit button, not with click on field

markusneg opened this issue · 2 comments

In my case editing starts when clicking anywhere in the field. However, editing should only start upon clicking the edit button (small pencil icon). Otherwise you cannot copy & paste stuff without opening a pop-up.

Hello @markusneg

Have you considered configuration options listed into the README.md file ?

I'm sure _CONF_LISTENER_TARGET is exactly what you need :
Update line 42 with var _CONF_LISTENER_TARGET = "fa-pencil"; and restart your redmine instance

If you find the plugin helpful, take a minute to star it on Github and rate it 5 stars on http://www.redmine.org/plugins/redmine_issue_dynamic_edit 👍

Have a good day too

Oops, obviously I missed that configuration options. Thanks for the hint.