Feature #21623
Journalize values that are cleared after project or tracker change
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues | |||
Target version: | 3.4.0 | |||
Resolution: | Fixed |
Description
For example if a custom field is only enabled for the tracker Defect and if the tracker is changed to Feature there is not journal telling that the custom value has been removed.
Tested with Redmine 3.0
Related issues
Associated revisions
Journalize values that are cleared after project or tracker change (#21623).
History
#1
Updated by Jérôme BATAILLE about 5 years ago
Tested with Redmine V3.2.0
I am going to bring a patch
#2
Updated by Jérôme BATAILLE about 5 years ago
Here is the patch.
I don't know if the method custom_field_values could be changed to fix that.
#3
Updated by Toshi MARUYAMA almost 5 years ago
Could you add test?
#4
Updated by Jérôme BATAILLE almost 5 years ago
Sure !
#5
Updated by Jérôme BATAILLE almost 5 years ago
- File redmine_3.2.0_21623.diff
added
- File redmine_3.2.0_21623_test.diff
added
Here are the patches for Redmine 3.2.0.
#6
Updated by Go MAEDA over 4 years ago
- Related to Feature #22600: Add warning when loosing data from custom fields when bulk editing issues added
#7
Updated by Go MAEDA over 4 years ago
- Target version set to Candidate for next major release
#8
Updated by Jérôme BATAILLE over 4 years ago
Hi, this patch has been thoroughly and extensively tested on our side, can it be integrated in a coming version, it's a pretty safe and clean development.
#9
Updated by Toshi MARUYAMA over 4 years ago
- Target version changed from Candidate for next major release to 3.4.0
#10
Updated by Jean-Philippe Lang over 4 years ago
- Subject changed from No journal detail when a custom field value is removed to Journalize values that are cleared after project or tracker change
- Category changed from Custom fields to Issues
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Implemented in r15811 for custom and standard fields as well.
#11
Updated by Jérôme BATAILLE over 4 years ago
Jean-Philippe,
Thanks a lot to have taken in account this feature.