Bug #17625
closedGroup value should only display value for that element in main table
Description
When we have an overriden value in a group or a node, we display resolved value in the main tab, which makes it hard to see what is the overriding value at that level, and also if you edit, you get all the inherited values!
In the follwing example, only centos 6
part was added (other are inherited)
We need to display only the value set at a given level.
Moreover, we need to display the last level (fully resolved) in the tooltip.
In node, we have the correct behavior for the main table.
Files
Updated by François ARMAND over 4 years ago
Actually, on node the fact that there is only one value is also a bug in overriding: there is really only one value resolved.
Updated by François ARMAND over 4 years ago
- Status changed from New to In progress
Updated by François ARMAND over 4 years ago
Previous comment is incorret: the node property was in string, not json.
Updated by François ARMAND over 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/3053
Updated by François ARMAND over 4 years ago
- Related to Bug #17621: Error message when overriding a group property added
Updated by François ARMAND over 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|d3cd7a20cd387f4f55d9a87c48c4447a1ec368d3.
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.0~rc3 which was released today.
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked