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

Save config somewhere else #82

Open dalekgamma opened 3 years ago

dalekgamma commented 3 years ago

Decoupling plugin upgrade from configuration seems like a much safer option. Perhaps use the Redmine Files directory instead of the plugin directory?

Ilogeek commented 2 years ago

Hi @dalekgamma Thank you for your feedback and idea Do you know any other plugin that use this system to save its configuration ? It would really help me better understand the mechanism

yennor commented 4 months ago

wouldn't it be an idea, just have a file "issue_dynamic_edit_configuration_file.js.example" which the user can copy to a by git untracked file (.gitignore) "issue_dynamic_edit_configuration_file.js" ?