Skip to content

Add error message for failed association deletion

What does this MR do and why?

Problem

When destroying a project and a child association of the project fails deletion, it raises an ActiveRecord::RecordNotDestroyed exception. This exception is not rescued and as a result of this, a vague deletion failure reason is stored for the project.

Solution

Rescue the ActiveRecord::RecordNotDestroyed exception raised when a child association fails so a clearer reason for failure is returned

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #436010 (closed)

Edited by Olaoluwa Oluro

Merge request reports