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.
Updated by François ARMAND over 4 years ago
- Related to Bug #17326: JSON global parameter are inherited as string added
Updated by François ARMAND over 4 years ago
- Related to User story #16301: Add JSON support for global parameters added
Updated by François ARMAND over 4 years ago
- Status changed from New to In progress
Updated by François ARMAND over 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/2962
Updated by François ARMAND over 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|bcc5b6502050eba63cc83990bb911a112d79b1c6.
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.0~beta3 which was released today.
Actions