Remove orphaned sections and tasks when deleting a project
Closed this issue · 1 comments
NickLewanowicz commented
Currently when deleting a project all sections and tasks become orphaned and cant be accessed.
We should clean these up prior to deleting the project. To do this we will just need to get the sections that point to a project, and the tasks that point to each section and loop through them to delete.