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 :(
Added by Nicolas CHARLES over 9 years ago
Added by Nicolas CHARLES over 9 years ago
Fixes #7108: Rules are not serialized correctly anymore
Added by Vincent MEMBRÉ over 9 years ago
Merge pull request #919 from ncharles/bug_7108/rules_are_not_serialized_correctly_anymore
Fixes #7108: Rules are not serialized correctly anymore
Added by Vincent MEMBRÉ over 9 years ago
Merge pull request #919 from ncharles/bug_7108/rules_are_not_serialized_correctly_anymore
Fixes #7108: Rules are not serialized correctly anymore
Actions
Fixes #7108: Rules are not serialized correctly anymore