Actions
Bug #19943
closedChange format to call engines in properties
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Refactoring
Target version:
Effort required:
Priority:
0
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