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
Actions