NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
28 stars 4 forks source link

Fix incorrect tag deletion logic #1204

Closed duranb closed 3 months ago

duranb commented 3 months ago

Tag deletion was incorrectly reporting that tag deletion queries were failing and was also not actually deleting the tag. This PR depends on https://github.com/NASA-AMMOS/aerie/pull/1372 being merged in to take advantage of the tag associations being automatically cleaned up once a tag is deleted from the tags table.