-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: 5.9.1
-
Fix Version/s: 5.10.0
-
Component/s: Distribution Repository
-
Labels:None
-
Severity:Medium
When changing one of the rules inside distribution repos(not the 'name' attribute) and saving the changes is not saved,
repro steps:
1. create distribution repo
2. change one of the rules attributes (ex repo path, not the 'name' attribute)
3. save changes
4. enter the same rule you updated and notice the old value.
when calling equals on DistributionRule we checking only the name attribute therefore the diff mechanism not seeing the difference in the rules
- is duplicated by
-
RTFACT-16467 Changes made to rules in Distribution Repository do not take effect
- Done