Actions
Bug #19943
closedChange format to call engines in properties
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
The actual format is ${engine.name[val1][val2] | option1 = xxx | option2 = xxx}
where name
is the name of the engine
the format become : ${data.name[val1][val2] | option1 = xxx | option2 = xxx}
or ${rudder-data.name[val1][val2] | option1 = xxx | option2 = xxx}
We add the possibility to use data
and rudder-data
for potential ambiguities
Actions