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

[EAK-424] components with configured @AllowedChildren annotation allow adding wrong set of components #424

Open
liubou-masiuk opened this issue Jan 31, 2023 · 0 comments
Labels
AEM AEM-specific competencies are involved bug Something isn't working javascript JavaScript code contribution

Comments

@liubou-masiuk
Copy link
Collaborator

Preconditions: A container component has a parsys\layout container as a part of its markup. The allowed components are configured via @AllowedChildren annotation, no policies are configured for the component.

The user tries to add a disallowed component into the container component by dragging it from the left rail
image

Expected result: the user is not able to add any components except those that are allowed in the @AllowedChildren annotation
Actual result: the user is able to add components that are allowed for the parent editable (the main page parsys in this example)

@liubou-masiuk liubou-masiuk added bug Something isn't working javascript JavaScript code contribution AEM AEM-specific competencies are involved labels Jan 31, 2023
@liubou-masiuk liubou-masiuk added this to To do in Development tasks via automation Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AEM AEM-specific competencies are involved bug Something isn't working javascript JavaScript code contribution
Projects
Development

No branches or pull requests

1 participant