We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found by David.
If you set the primary side to nil on multiple objects it prevents linking from the secondary side as it finds multiple objects already linked.
If you set the secondary side to nil on creation it panics.
The text was updated successfully, but these errors were encountered:
fix: Treat explicitly set nil values like omitted values (#3101)
01030fd
## Relevant issue(s) Resolves #3100 ## Description Treat explicitly set nil values like omitted values.
AndrewSisley
Successfully merging a pull request may close this issue.
Found by David.
If you set the primary side to nil on multiple objects it prevents linking from the secondary side as it finds multiple objects already linked.
If you set the secondary side to nil on creation it panics.
The text was updated successfully, but these errors were encountered: