acs-aem-commons icon indicating copy to clipboard operation
acs-aem-commons copied to clipboard

CCVAR : Cannot use variable in links

Open fbonheurCap opened this issue 9 months ago • 1 comments

Required Information

  • [ ] AEM Version, including Service Packs, Cumulative Fix Packs, etc: AEM SDK 2024.4.16145.20240430T082417Z-240400
  • [ ] ACS AEM Commons Version: 6.0.10
  • [ ] Reproducible on Latest? yes

Steps to Reproduce

Download and install latest version of AEM Cloud SDK Download and install WKND project Download and install latest ACS COMMON tool

Activate CCVAR feature as decribed in the documentation

Open a WKND Canada page (http://localhost:8080/content/wknd/ca.html) and add a core component button. Set ((page_properties.jcr:title)) as a text Set https://((page_properties.jcr:title)) as a link

View as published

Expected Behavior

The "Canada" button appears in the page and is clickable. Le href attribute of the link is https://Canada

Actual Behavior

The "Canada" button appears in the page but is not clickable.

Links

fbonheurCap avatar May 13 '24 13:05 fbonheurCap