mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Independent technology for modern publishing, memberships, subscriptions and newsletters.
bloggingcmscreator-economyghosthacktoberfestheadless-cmsjamstackjavascriptjournalismnodejspublishingweb-application
no issue - there was a race condition when deleting tags... - the delete tag modal's `close` action toggles the `showDeleteTagModal` property to `false` - the `deleteTag` action triggered when clicking the delete button was transitioning to the tags screen - if the transition occurs before the close action is triggered, the modal component is destroyed and it's close action is never triggered leaving the `showDeleteTagModal` property on the controller set to `true` - the next time the tag screen is accessed the delete tag modal is displayed because the `showDeleteTagModal` property is `true` - adds an explicit reset of `showDeleteTagModal` after a tag is successfully destroyed - makes open/close of the delete tag modal explicit actions so there's no ambiguity when toggling |
||
---|---|---|
ghost/admin |