Vote #71620
完了When changing status before tracker, it shows improper status
0%
説明
Hi. I found out an improper behavior when I changed the status before the tracker at the issue page.
You can reproduce this problem at this redmine.org site. On the "New issue" page, there are three trackers: Defect, Feature, and Patch, and each of trackers has two statuses: New and Resolved.
- When you open the new issue page, "Defect" tracker and "New" status are selected.
- Change the status to "Resolved"
- Change the tracker to "Feature"
- At this point, there has only "New" status, and "Resolved" is missing. If you skip (2) and just change the tracker, there are both "New" and "Resolved".
Is there any problem somewhere on workflow? I had a similar problem on my setting. After changing the status before the tracker, it seems that Redmine passes the selected status to the tracker (not the original status stored in database); therefore, when changing the tracker, it gets the next status from workflow based on the changed status.
Thanks!
journals
You're absolutely right and it's fixed in r9378.
--------------------------------------------------------------------------------
Thanks! I applied to my Redmine and it works fine!
--------------------------------------------------------------------------------
Merged, thanks for the feedback.
--------------------------------------------------------------------------------