Bug #25533
closedGroup properties inheritance issue : Property modified for a group do not appear changed if another group defines the same property for one node both have in common.
Description
Observed behaviour :
- Group A and group B contain the same node.
- Group A and group B define the same JSON property at group level, with the same value.
- Changing the property value in group A produces no visible error, but on the group page, the property doesn't seem to have been updated at all.
- Removing the property in group A correctly shows the property now absent on the group page.
- Recreating the property on group A produces no visible error, but on the group page, the property doesn't seem to have been created. it is absent.
- Then *
- Updating group B criteria so it doesn't contain the same nodes as group A anymore, causes the property that was recreated on group A to suddenly appear on group A's page.
The webaapp log show no information that could relate to this.