Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameterized include - double parameters in 1 property #3460

Open
3 tasks
niekraaijmakers opened this issue Oct 24, 2024 · 0 comments
Open
3 tasks

parameterized include - double parameters in 1 property #3460

niekraaijmakers opened this issue Oct 24, 2024 · 0 comments

Comments

@niekraaijmakers
Copy link
Contributor

niekraaijmakers commented Oct 24, 2024

Required Information

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant