Actions
Bug #14452
closedTypo in the cheatsheet
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
In the section "Variables"->"Node properties" we have the following:
${rudder.properties[key]}
${rudder.properties[subtree]}
${rudder.properties[key] | node} execution
which I think should be:
${node.properties[key]}
${node.properties[key][subKey]}
${node.properties[key] | node} execution
Updated by Félix DALLIDET over 5 years ago
Also, in templating, iterator should use 2 "{{" instead of the 3 used
Updated by Raphael GAUTHIER over 5 years ago
- Status changed from New to In progress
- Assignee changed from Alexis Mousset to Raphael GAUTHIER
Updated by Raphael GAUTHIER over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Raphael GAUTHIER to Félix DALLIDET
- Pull Request set to https://github.com/Normation/rudder-tools/pull/487
Updated by Raphael GAUTHIER over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-tools|2530079cd466445cf7fbc3be8f128b2611d03283.
Updated by Benoît PECCATTE over 5 years ago
- Status changed from Pending release to Released
Updated by Raphael GAUTHIER over 3 years ago
- Related to Bug #19109: Typo reappeared in the cheatsheet added
Actions