Hello Community,
I have following situation
/content/xyz/en/application/test.html
| sling:alias = mytesten
|
|
/content/xyz/fr/application/test.html
sling:alias = mytestfr
with these alias set i am able to access /content/xyz/fr/application/mytestfr.html
I also have alias for application under fr node set to myapplicationfr
Hence i am able to access /content/xyz/fr/myapplicationfr/mytestfr.html as well.
However, when selecting the page using pagefield component in the dialog which would show the pages to select, the url which gets linked is only /content/xyz/fr/application/mytestfr.html instead of /content/xyz/fr/myapplicationfr/mytestfr.html
Has any one faced this situation of not able to resolve the sling:alias for parent pages in the path for a CTA?
Thanks