You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
Describe the bug
This is my controller:
I create a company and push its ID to user companies array.
This is the User Model:
So, sometimes when I insert a Company, it pushes the entire object to the user.companies.
To Reproduce
Steps to reproduce the behavior:
It is not deterministic. Sometimes it happens.
Expected behavior
I expect that it push only the ID, as a ReferenceField.
The text was updated successfully, but these errors were encountered: