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

Bug fix: Composition from an aspect #104

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

muskansethi1
Copy link
Contributor

@muskansethi1 muskansethi1 commented Oct 7, 2024

In case of an aspect having a check to another aspect (irrespective of it being an attachment or not), our plugin throws an error.
Our plugin throws an error because -> the composition doesn't have a _target , instead it has a targetAspect.
In our plugin we only handle Composition from entities, hence, have added a check that Composition._target should exist, then only have further checks for attachments

Issue link : #100

@muskansethi1 muskansethi1 enabled auto-merge October 7, 2024 07:55
@muskansethi1 muskansethi1 merged commit dc81029 into main Oct 7, 2024
4 of 5 checks passed
@muskansethi1 muskansethi1 deleted the fix-compositionCheck branch October 7, 2024 07:56
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