Defect #10619
closedWhen changing status before tracker, it shows improper status
0%
Description
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.
1. When you open the new issue page, "Defect" tracker and "New" status are selected.
2. Change the status to "Resolved"
3. Change the tracker to "Feature"
4. 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!