Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
134 stars 56 forks source link

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

Closed markusneg closed 3 years ago

markusneg commented 3 years ago

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.

Ilogeek commented 3 years ago

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

markusneg commented 3 years ago

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