mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 21:51:53 +01:00
198e2eb405
Fixes #2510. This changes the placeholder syntax used by the reference resolver notably used in rule templates from `${reference}` to `{{reference}}`. The former syntax is also used by other languages, notably JavaScript's template strings, and therefore writing rule templates including JavaScript code with template strings wouldn't behave as expected. This also fixes a bug identified in #2510 where you couldn't have a single closing brace before the start of the first placeholder - which could more easily happen than having two closing braces. Signed-off-by: Yannick Schaus <github@schaus.net> |
||
---|---|---|
.. | ||
java/org/openhab/core/automation/integration/test | ||
resources |