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

custom fileds with fields permissions support #45

Closed xuebowen09 closed 5 years ago

xuebowen09 commented 5 years ago

first of all, thank you so much for develop this useful plugin! however, our work team force me to use fields permissions to behave our developers. here is the screenshot of the problem. 屏幕快照 2019-04-10 上午11 37 31 屏幕快照 2019-04-10 上午11 44 57 Is there any possibilities to solve this problems? Thank you again for reading this issue!

Ilogeek commented 5 years ago

Hello @xuebowen09

Thank you for your kind message !

If the custom field has the "read only" parameter sets you can't modify this field by clicking on the "edit" button that's why you can't modify it using the plugin too. There's no way to dynamically edit a field you can't modify because of some administration settings (it will be the same on the specific edit page of the issue for example).

If you change the "read-only" permission attribute does it resolve your problem ? I've also implemented a configuration file where you can exclude some fields ( try looking at issue #41 ) maybe this feature could help you ?