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
After serializing the data, it will not serialize the [ 'u45', 'u46' ] and [ 'u47', 'u48' ] and include the results in the included, unless I have some attributes in the format serializer and provide that attributes in the format in the data
Another thing is I can't have an empty list of attributes (whitelist). AFAIK JSON API doesn't say we have to have attributes in the resource
The text was updated successfully, but these errors were encountered:
@danivek thanks for this fix! I faced this bug earlier today and saw it fixed on master when checking the codebase. Would it be possible for you to create a patch release?
Considering this data
with this serializer
After serializing the data, it will not serialize the
[ 'u45', 'u46' ]
and[ 'u47', 'u48' ]
and include the results in theincluded
, unless I have some attributes in theformat
serializer and provide that attributes in theformat
in the dataAnother thing is I can't have an empty list of attributes (
whitelist
). AFAIK JSON API doesn't say we have to have attributes in the resourceThe text was updated successfully, but these errors were encountered: