-
Type:
Bug
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: TermPortal
-
High
-
TermEntries are not deleted automatically on TermCollection deletion due a missing foreign key connection in database.
-
Emptyshow more show less
Foreign key added on collectionId-column for terms_term_entry-table
Sql migration should be created to:
- Delete all orphaned termEntries
- Put a foreign key on collectionId-column for terms_term_entry-table