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

configure field for no dynamic_edit #41

Closed R-Glass closed 5 years ago

R-Glass commented 5 years ago

Hi, it would be a nice configuration feature if one could deselect some fields dynamic_edit ... For example, no dynamic edit for the issue_description and comment text ...

thanks for your plugin ... I like it

Ilogeek commented 5 years ago

Hi @R-Glass

Thank you for your message. The last version of the plugin now includes a configuration file where you can exclude fields by their ID (css selector). For your example you just have to edit assets/javascripts/issue_dynamic_edit_configuration_file.js at line 35 like that : var _CONF_EXCLUDED_FIELD_ID = ["DescriptionInput", "TitleInput"];

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