Actions
Bug #17350
closedInconsistant syntax for global parameter in directive incompatible with JSON values
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
In all other cases, globa parameter syntax is alike node properties, for ex on technique: ${rudder.parameters[paramName]}
.
But in directive parameter, we have ${rudder.param.paramName}
.
This is inconsistant and it forbid access to JSON values.
=> keep that old syntax for compatibility and add a new syntax like node proprerties.
Actions