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

Fix enrichment bug #39

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Fix enrichment bug #39

merged 3 commits into from
Mar 1, 2024

Conversation

@herzog31 herzog31 added the bug Something isn't working label Feb 26, 2024
@herzog31 herzog31 requested a review from hannessolo February 26, 2024 12:42
@herzog31 herzog31 self-assigned this Feb 26, 2024
Copy link

aem-code-sync bot commented Feb 26, 2024

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run PSI checks
  • Re-sync branch
Commits

Copy link

aem-code-sync bot commented Feb 26, 2024

@aem-code-sync aem-code-sync bot temporarily deployed to enrichment-fix March 1, 2024 13:27 Inactive
Array.from(sections[0].children)
.forEach((child) => wrapper.parentNode.insertBefore(child, wrapper));
} else if (sections.length > 1) {
// If multiple section, append them to current section
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

append them to current section

You are inserting them after the current section, not to the current section, right?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes the sections will be added after the section that contains the enrichment block. Let me update the comment to make this more clear.

@herzog31 herzog31 merged commit a30adf1 into main Mar 1, 2024
2 checks passed
@herzog31 herzog31 deleted the enrichment-fix branch March 1, 2024 14:26
@herzog31 herzog31 added the changelog Important when updating projects label Jun 6, 2024
dpatil-magento pushed a commit that referenced this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working changelog Important when updating projects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants