Actions
Defect #9737
closedCustom values deleted before issue submit
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
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
Files
Actions