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

Can't change status in the issue main page. We need to visit the Edit page to change status. #114

Open dfoux opened 11 months ago

dfoux commented 11 months ago

Whenever we try to change the status in the issue status in the main page of the issue the screen Redmine shows "Loading" but doesn't save the Status or Priority.

We need to go to the "Edit" mode to change these values.

Has anyone came across this issue before?

Current Redmine version: 5.0.4 stable Current plugin version: 0.9.1

Screenshots: https://www.redmine.org/attachments/30951 https://www.redmine.org/attachments/30952

MayamaTakeshi commented 11 months ago

I have corrected some issues in this PR: https://github.com/Ilogeek/redmine_issue_dynamic_edit/pull/110#issuecomment-1532393816 Check if your scenario matches one of the four cases mentioned above.