-
Notifications
You must be signed in to change notification settings - Fork 752
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
Page V3 body htl is not rendering structure resources #2039
Comments
@adobe export issue to Jira project SITES as Bug |
✅ Jira issue SITES-5223 is successfully created for this GitHub issue. |
@bhines01 Thank you for the hands up. I was able to reproduce the issue. We will provide a fix asap. |
github-jira-sync-bot
added
the
in progress
Work is underway on implementing this fix or enhancement.
label
Feb 28, 2022
@bpauli Thank you!! |
bpauli
added a commit
that referenced
this issue
Mar 1, 2022
- change body of pageV3 to render path of child resource so structured resources gets rendered in AEM 6.5 - add IT for PageV3 and a test for structure support fixes #2039
github-jira-sync-bot
added
in review
and removed
in progress
Work is underway on implementing this fix or enhancement.
labels
Mar 1, 2022
bpauli
added a commit
that referenced
this issue
Mar 1, 2022
- change body of pageV3 to render path of child resource so structured resources gets rendered in AEM 6.5 - add IT for PageV3 and a test for structure support fixes #2039
bpauli
added a commit
that referenced
this issue
Mar 1, 2022
- change body of pageV3 to render path of child resource so structured resources gets rendered in AEM 6.5 - add IT for PageV3 and a test for structure support fixes #2039
github-jira-sync-bot
added
to verify
issue is resolved, waiting to be tested and verified
in verification
done
and removed
in review
to verify
issue is resolved, waiting to be tested and verified
in verification
labels
Mar 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
The body.html in page v3 is not rendering the containers after I upgraded from page v2.
The following htl code:
data-sly-resource="${child @ resourceType=child.resourceType, decorationTagName='div'}"
should be updated to:
data-sly-resource="${child.path @ resourceType=child.resourceType, decorationTagName='div'}"
or am I missing something?
Core Component Version: 2.18.0
AEM Version: 6.5.11
Thanks!
The text was updated successfully, but these errors were encountered: