-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Fix] embed relations serialization #3410
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
base: 5.x
Are you sure you want to change the base?
[Fix] embed relations serialization #3410
Conversation
Hello, |
In order to review the PR properly, could you add some tests that are fixed by the change?
GitHub Action fails to commit the fixes that are found by phpcs.
|
Yes of course, I will write the tests in the next few days |
You can run |
Thanks, Done! I'll write the tests when I have some time... |
Adding test ok |
Fixed the serialization of embed relations.
These relationships were not necessarily loaded, and could not use their attribute mutators.
Checklist