Actions
Bug #10613
closedNode property documentation has error
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
On the URL:
http://www.rudder-project.org/doc-4.1/_node_properties_expansion_in_directives.html
There is this text:
In any directive text field, you can access properties defined on nodes using the following syntax:
where:${node.properties[key_one][key_two]}
- property_name is the name of the property defined via the API
- key_one and key_two are keys in the JSON structure
The "property_name" is not present in the example, nor anywhere on the Page.
It is probably simply missing from the example and should be:
${node.properties[property_name][key_one][key_two]}
Updated by Alexis Mousset over 7 years ago
- Assignee set to Alexis Mousset
- Target version set to 3.1.20
Updated by Alexis Mousset over 7 years ago
- Status changed from New to In progress
Updated by Alexis Mousset over 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to François ARMAND
- Pull Request set to https://github.com/Normation/rudder-doc/pull/305
Updated by Alexis Mousset over 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-doc|48f61de3e1aa3b30e96716d5ffd93808dbb6d904.
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending release to Released
Actions