You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior
Template strings such as ${value ? value : otherValue} are not been evaluated which results in the raw template been returned instead of the parsed value.
Expected behaviour/code
All template strings are correctly parsed.
Environment
AEM 6.5.7
Core Components v2.2.0
Java 11
The text was updated successfully, but these errors were encountered:
Current Behavior
Template strings such as
${value ? value : otherValue}
are not been evaluated which results in the raw template been returned instead of the parsed value.Expected behaviour/code
All template strings are correctly parsed.
Environment
The text was updated successfully, but these errors were encountered: