In catalogs_controller#destroy there's a logic which displays the following error message: "Catalog cannot be deleted. At least one Deployable has a reference to this Catalog"
However, when I try to delete a Catalog which has a Deployable referencing to that Catalog, the deletion is successful and the error message is not displayed.
In catalogs_controller#destroy there's a logic which displays the following error message: "Catalog cannot be deleted. At least one Deployable has a reference to this Catalog"
However, when I try to delete a Catalog which has a Deployable referencing to that Catalog, the deletion is successful and the error message is not displayed.