Vote #71025
完了Custom values deleted before issue submit
0%
説明
Working on a custom implementation of RedMine, we found that if the user tries to change the tracker of a issue but do not save the modifications after all, custom values that belongs to the old tracker, but not to the new one, are removed. No history neither.
How to reproduce it:
create tracker 1 with custom field A¶
create tracker 2 with custom field B¶
create an issue with tracker 1, assign a value to custom field A¶
edit the issue¶
change tracker to tracker 2¶
DO NOT SAVE and refresh the page¶
custom field A is empty
The attached patch worked for us, it needs some testing though
I'm testing in redmine-1.1.1 but the code looks the same in newer versions
journals
--------------------------------------------------------------------------------
Good catch, this should be fixed in r8103.
--------------------------------------------------------------------------------
Why not 1.2?
--------------------------------------------------------------------------------
I didn't want to take any risk with 1.2-stable but yes, this should be merged.
--------------------------------------------------------------------------------
People, is it merged on 1.3-stable?
--------------------------------------------------------------------------------
Oh, sorry for the question.. r8114 merges on 1.3-stable, and the ticket is not closed because it is nor merged on 1.2 yet.
--------------------------------------------------------------------------------
Merged in 1.2-stable.
--------------------------------------------------------------------------------