Actions
Bug #2405
closeddeleteAll functions for database classes not properly removing content
Description
The deleteAll functions need to prepare the next object and remove it using its deleteAll instead of strict database removal. Example when deleting a category it just deletes the category and that groups database reference, users, invites, etc.. end up still remaining.
Actions