Actions
Bug #7108
closedRules are not serialized correctly anymore
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Since we added exclusion in rules, the Rules are not correctly serialized in the Rules table (specifically, the targets are not saved anymore)
Issue is:
the targets are "TargetExclusion", but we only match GroupTarget, so we never catch the object, and don't have proper serialisation anymore
This may deserve a new datamodel to properly store these data :(
Actions