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
Actions