This updates the dropdown on the issue page so any metadata changes entered in by the user are updated if the user changes the issue status with the dropdown in the top right.
Fixes #3736
rebased onto f3fca88c9c9d3e2a35e430df7a28011bab8e62e3
The priority and milestones fields as well as all the custom fields are missing, gives and odd behavior where some of the metadata fields are updated but not all :s
rebased onto 15ed2d0b91f17bad95fd283bb4c8612318b71f0d
rebased onto 770c4523cf7e9354c99ea23968e157ba1ebb4960
Okies, fixed to work with custom feilds, and priority, and milestones.
Local tests indicate this is working nice :)
Pull-Request has been merged by pingou
This updates the dropdown on the issue page so any
metadata changes entered in by the user are updated
if the user changes the issue status with the dropdown
in the top right.
Fixes #3736