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
Although the objects serialize properly, the base adapter's withoutSerialization call on create, createMany, update, etc... filters out the relations because it expects the whitelisted relations to be specified in opts.with instead of opts.pass.
I can't seem to get this example
at https://www.js-data.io/docs/relations#section-deep-creating-relations to work.
Although the objects serialize properly, the base adapter's
withoutSerialization
call oncreate
,createMany
,update
, etc... filters out the relations because it expects the whitelisted relations to be specified inopts.with
instead ofopts.pass
.https://next.plnkr.co/edit/IXtJWp3gDy3fgqfY?preview
The text was updated successfully, but these errors were encountered: