It doesn't soft-delete records when updating collection_ids
when using has_many
with :through
#538
Labels
collection_ids
when using has_many
with :through
#538
Here is a self-contained example demonstrating the issue:
Here I would expect the removed permission group membership to be soft-deleted, but it gets hard-deleted.
The text was updated successfully, but these errors were encountered: