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

Page V3 body htl is not rendering structure resources #2039

Closed
bhines01 opened this issue Feb 25, 2022 · 4 comments · Fixed by #2043
Closed

Page V3 body htl is not rendering structure resources #2039

bhines01 opened this issue Feb 25, 2022 · 4 comments · Fixed by #2043
Labels
Milestone

Comments

@bhines01
Copy link

bhines01 commented Feb 25, 2022

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!

@adobe adobe deleted a comment from github-jira-sync-bot Feb 28, 2022
@bpauli
Copy link
Contributor

bpauli commented Feb 28, 2022

@adobe export issue to Jira project SITES as Bug

@github-jira-sync-bot
Copy link
Collaborator

✅ Jira issue SITES-5223 is successfully created for this GitHub issue.

@bpauli
Copy link
Contributor

bpauli commented Feb 28, 2022

@bhines01 Thank you for the hands up. I was able to reproduce the issue. We will provide a fix asap.

@github-jira-sync-bot github-jira-sync-bot added the in progress Work is underway on implementing this fix or enhancement. label Feb 28, 2022
@bhines01
Copy link
Author

bhines01 commented Mar 1, 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 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 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
@bpauli bpauli added this to the 2.18.6 milestone Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants