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

Only submit changed fields #72

Open michaelmueller-binary opened 3 years ago

michaelmueller-binary commented 3 years ago

This change means that only changes to the current selected field will be pushed to the server. This will prevent cases where a change to a single field will overwrite changes from another page.

Ilogeek commented 3 years ago

Hi @michaelmueller-binary Thank you really much for your PR. Your solution is a must have for the plugin 👍 I currently rewrite it to be more performant and I'll use your fix