Actions
Bug #4324
closedRule modification event logs are not correctly migrated to new format
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Rule modified events are modified to get a new tag category, like the rule addition and deletion:
<category>rootRuleCategory</category>
but this does not match the modify diff type which should be
<category><from>xxx</from><to>yyy</to></category>
It was introduced by #4299
so the xml is not valid
WE should not modify modify rule events, they do not need to have their category modified
Updated by Vincent MEMBRÉ over 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/410
Updated by Vincent MEMBRÉ over 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Updated by Vincent MEMBRÉ over 11 years ago
- Subject changed from Rule modification event log are not valid after migration from format 4 to 5 to Rule modification event logs are not correctly migrated to new format
Actions