Skip to content

Clean up project destruction

Stan Hu requested to merge clean-up-project-destroy into master

Instead of redirecting from the project service to the service and back to the model, put all destruction code in the service. Also removes a possible source of failure where run_after_commit may not destroy the project.

Merge request reports