aeolusproject / conductor

Aeolus Conductor
http://www.aeolusproject.org/
Apache License 2.0
32 stars 27 forks source link

Incorrect Catalog destroy logic #410

Open ifarkas opened 11 years ago

ifarkas commented 11 years ago

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.