-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.11.12, 4.0.6, 4.1.1
-
MOODLE_311_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
When a glossary entry is created in category and this entry is then deleted, a row in `glossary_entries_categories` (presence of this deleted entry in a category) remains there and is not deleted.
Steps to reproduce:
- create glossary in any course (with "Appearance" set to "Full with autor" to use categories)
- create category A
- create entry B in category A
- delete entry B
- try to delete category A - there will be a note, that category contains 1 entry
- in `glossary_entries_categories` there still will be a row whic points to the deleted entry