-
-
Notifications
You must be signed in to change notification settings - Fork 44
Relationships do not update on save #468
Copy link
Copy link
Closed
Labels
has workaroundThe issue contains a temporary solution to get around the problemThe issue contains a temporary solution to get around the problemquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
has workaroundThe issue contains a temporary solution to get around the problemThe issue contains a temporary solution to get around the problemquestionFurther information is requestedFurther information is requested
If relationship fields sent from a backend are null - or in the case of a many to many relationship - the contents of an array have changed, pinia-orm does not appear to keep track of these changes by updating the id fields and/or pivot tables.
Please see https://github.com/salcedo/pinia-orm-relationship-unlinking for reproduction of this issue.