-
-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
Description
_jsonApiContext.RelationshipsToUpdate is not set for HasMany relations on PATCH requests?
in function SetHasOneRelationship _jsonApiContext.RelationshipsToUpdate is set.
_jsonApiContext.RelationshipsToUpdate[relationshipAttr] = convertedValue; |
in function SetHasManyRelationship _jsonApiContext.RelationshipsToUpdate is NOT set.
is this by design? or forgotten?