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
Actions