Skip to content

Commit

Permalink
Remove $cascase_delete so that terms don't get removed with the relation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner committed Dec 19, 2019
1 parent 5c50ffb commit f41387f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Extensions/DataObjectTaxonomiesDataExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ class DataObjectTaxonomiesDataExtension extends DataExtension
'Tags',
];

// Delete the joining objects when the owner gets deleted
private static $cascade_deletes = [
'Tags',
];

// Duplicate the joining objects when the owner gets duplicated
private static $cascade_duplicates = [
'Tags',
Expand Down

0 comments on commit f41387f

Please sign in to comment.