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 belongsToMany with subfields dynamic relation #5641

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

pxpm
Copy link
Contributor

@pxpm pxpm commented Aug 29, 2024

WHY

BEFORE - What was wrong? What was happening before this PR?

We added support for dynamic relations and a bunch of tests, but it's enough to leave one scenario behind and an error pops up.

The scenario BelongsToMany with subfields with allow_duplicated_pivots had an issue, since it was not covered yet by the tests, I didn't spot it.

AFTER - What is happening after this PR?

Fixed the issue, and added tests for those scenarios. All green, all good 👍

@pxpm pxpm merged commit e38cc68 into main Aug 29, 2024
9 checks passed
@pxpm pxpm deleted the fix-belongsToMany-with-subfields-dynamic-relation branch August 29, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant