Actions
Bug #19109
closedTypo reappeared in the cheatsheet
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
In the section "Variables" -> "Node properties" we have the following:
${rudder.properties[key]}
${rudder.properties[subtree]}
${rudder.properties[key] | node} execution
which should be:
${node.properties[key]}
${node.properties[key][subKey]}
${node.properties[key] | node} execution
We already fixed this bug in #14452, but it reappeared
Updated by Raphael GAUTHIER over 3 years ago
- Related to Bug #14452: Typo in the cheatsheet added
Actions