Actions
Defect #13119
closedcustom_field_values are not reloaded on #reload
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Sometimes this method gives an empty array but there are some custom field values in my case for "a_issue". A workaround for that is to delete "@custom_field_values" before call the method like this:
a_issue.reset_custom_values!
a_issue.save_custom_field_values
Files
Actions