Actions
Bug #23087
closedInventory variable that are Json types are listed as plain string types in the UI
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
I hate Rudder for that
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
142
Name check:
To do
Fix check:
Checked
Regression:
No
Description
This is very misleading for the user as he is encouraged to use
${node.inventory[os.name]}
When he should use:
${node.inventory[os][name]}
The variables that are dictionaries should be displayed as Json type properties.
Files
Updated by Félix DALLIDET over 1 year ago
Updated by Félix DALLIDET over 1 year ago
- Severity set to Minor - inconvenience | misleading | easy workaround
- UX impact set to I hate Rudder for that
- User visibility set to Operational - other Techniques | Rudder settings | Plugins
- Effort required set to Very Small
- Priority changed from 0 to 142
Updated by Félix DALLIDET over 1 year ago
- Related to Enhancement #22864: Display inventory variables and values in node details added
Updated by Vincent MEMBRÉ over 1 year ago
- Target version changed from 7.2.9 to 7.2.10
Updated by Elaad FURREEDAN over 1 year ago
- Status changed from New to In progress
- Assignee set to Elaad FURREEDAN
Updated by Elaad FURREEDAN over 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from Elaad FURREEDAN to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/4922
Updated by Anonymous over 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|193ee2326d3d9b76bfe0b5e37e0c1cfb8530f712.
Updated by Nicolas CHARLES over 1 year ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset over 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.2.10 and 7.3.5 which were released today.
Actions