Ghost/ghost/admin/app/controllers
Kevin Ansfield 4ceb5dc16b
Fixed error when deleting post (#19369)
closes https://github.com/TryGhost/Product/issues/4230

- deleting a post could cause React components to trigger save tasks during teardown which then threw errors because they attempt to set properties on a deleted model instance
- added checks to the `beforeSaveTask()` to abort if the post object has been deleted
2023-12-13 17:45:23 +00:00
..
lexical-editor
members Prevented background click closing members import modal (#18296) 2023-09-22 12:01:34 +00:00
posts
setup Added Source as the new default theme 2023-10-03 14:02:08 +02:00
application.js
billing.js
collection.js
collections.js
dashboard.js
demo-x.js Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
designsandbox.js
error.js
explore.js
home.js
lexical-editor.js Fixed error when deleting post (#19369) 2023-12-13 17:45:23 +00:00
member.js 🔒 Added support for logging out members on all devices (#18935) 2023-11-15 17:10:28 +01:00
members-activity.js
members.js 🐛 Fixed deleting members with email disabled (#19222) 2023-12-04 15:07:30 +01:00
mentions.js
migrate.js Update migration in settings (#19278) 2023-12-13 16:25:29 +01:00
offer.js
offers.js
pages-loading.js
pages.js Deleted all Admin code relating to the old editor (#18580) 2023-10-12 13:17:39 +01:00
posts-loading.js
posts.js Deleted all Admin code relating to the old editor (#18580) 2023-10-12 13:17:39 +01:00
reset.js
settings-x.js
setup.js
signin.js
signup.js
site.js
tag.js
tags.js
websockets.js
whatsnew.js