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
137 stars 55 forks source link

Available statuses are not reloaded after status change #7

Closed TrumanRu closed 7 years ago

TrumanRu commented 7 years ago

'Workflow - Status transitions' configuration doesn't allow to change from status 'In Progress' to status 'Resolved'. Status 'Resolved' only available from status 'Testing'.

After status changed from 'In Progress' to 'Testing' status 'Resolved' still unavailable. Refreshing page shows correct statuses for choice.

Ilogeek commented 7 years ago

Hello @TrumanRu

Last update fixed this enhancement. After the AJAX call, we use the returned page value to update the status dropdown list ( https://github.com/Ilogeek/redmine_issue_dynamic_edit/commit/efe0d790651fddc1e8fafdd5bb3e7844176e223e#diff-96bb972d1dd0a7bda840ba8234dd84be )

Don't hesitate to update this issue if you find any problem