Skip to content

Delete associated teams when deleting a collection or fragment

Alf Eaton requested to merge 58-delete-teams-on-deletion into master

When deleting a collection or fragment, also delete teams that are associated with that collection or fragment.

This adds a deleteAssociated method to Team, which is called from Collection.delete and Fragment.delete.

fixes #58

Edited by Alf Eaton

Merge request reports