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

FEATURE: PropTypeValidationAspect executes for child classes of ComponentImplementation #15

Conversation

gjwnc
Copy link
Contributor

@gjwnc gjwnc commented Oct 14, 2021

We have a case, where we have a custom implementation of getProps() which inherits from Neos\Fusion\FusionObjects\ComponentImplementation, but currently the Aspect doesn't match our child class.

With this PR the aspect also run's on child classes of the ContentImplementation.

@gjwnc gjwnc changed the title TASK: PropTypeValidationAspect executes for child classes of ComponentImplementation FEATURE: PropTypeValidationAspect executes for child classes of ComponentImplementation Oct 14, 2021
@gjwnc
Copy link
Contributor Author

gjwnc commented Aug 22, 2022

@mficzel Would you please have a look at this PR?

@mficzel mficzel self-requested a review August 22, 2022 05:41
Copy link
Member

@mficzel mficzel left a comment

Choose a reason for hiding this comment

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

Looks good and does still check existing fusion components. Had no case at hand to validate the describes usecase but that should work aswell.

@mficzel mficzel merged commit c42e26a into PackageFactory:master Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants