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
AEM Version, including Service Packs, Cumulative Fix Packs, etc: _______
ACS AEM Commons Version: _____
Reproducible on Latest? yes/no
Expected Behavior
If you have a property in a dialog snippet for the paramerized include:
fieldDescription="${{param}} - test ${{otherParam}}"
This would produce something like:
fieldDescription="param1 - test param2"
Actual Behavior
The result is:
fieldDescription="${{param}} - test param2"
Steps to Reproduce
Starting from a vanilla instance of AEM at the above version, describe in explicit steps how to reproduce. Link to
any supporting assets, e.g. content packages, below
Links
Links to related assets, e.g. content packages containing test components
The text was updated successfully, but these errors were encountered:
Required Information
Expected Behavior
If you have a property in a dialog snippet for the paramerized include:
fieldDescription="${{param}} - test ${{otherParam}}"
This would produce something like:
fieldDescription="param1 - test param2"
Actual Behavior
The result is:
fieldDescription="${{param}} - test param2"
Steps to Reproduce
Starting from a vanilla instance of AEM at the above version, describe in explicit steps how to reproduce. Link to
any supporting assets, e.g. content packages, below
Links
Links to related assets, e.g. content packages containing test components
The text was updated successfully, but these errors were encountered: