Ghost/ghost/admin/app/templates
Kevin Ansfield 3817f583fa 🐛 Fixed unexpected "unsaved changes" modal when deleting a member
closes https://github.com/TryGhost/Team/issues/2275

When deleting a member, after confirming deletion another "unsaved changes" modal popped up. From that point, if you clicked to stay you remained on the member screen with stale data (the member was still deleted) resulting in further errors when any attempt to make changes was made.

- prevented the unsaved changes check running for a deleted member because it would always return `true` in that case
- ensured the data setup for the unsaved changes check still occurs when a member is accessed directly via the URL
  - previously it was skipped because the data setup only occurred inside `fetchMemberTask` but that isn't called when the route already loaded the model via it's `model()` hook
2022-12-05 11:48:37 +00:00
..
editor Fixed linter error for use of {{action}} in editor-loading controller 2022-07-18 10:50:03 +01:00
explore Added Ghost Explore in Ghost as iframe app behind feature flag (#15495) 2022-10-07 14:32:54 +01:00
lexical-editor Lexical-powered editor experiment (#15278) 2022-08-23 11:45:50 +01:00
members Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
posts Wired email debug screen with API (#15919) 2022-12-02 14:38:40 +05:30
react-editor Fixed linter error for use of {{action}} in editor-loading controller 2022-07-18 10:50:03 +01:00
settings Added email stability feature flag 2022-11-18 15:46:18 +01:00
setup Updated the copy for All Done screen 2022-03-10 11:50:35 +00:00
application-error.hbs Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
application.hbs Added Ghost Explore app 2022-10-26 10:05:50 +01:00
dashboard.hbs Fixed date range dropdown without flag 2022-10-11 10:47:31 +02:00
designsandbox.hbs Added <GhPostBookmark> and displayed on publish flow complete step 2022-05-10 13:26:13 +01:00
editor.hbs Reduced default post relations (#15798) 2022-11-15 10:17:26 +01:00
error.hbs Fixed 404 code alignment 2021-07-08 15:42:46 +02:00
lexical-editor.hbs Switched snippet update modal to new modal pattern 2022-11-14 09:55:34 +00:00
lexicalsandbox.hbs Updated lexical sandbox page structure 2022-09-28 11:06:32 +07:00
member.hbs 🐛 Fixed unexpected "unsaved changes" modal when deleting a member 2022-12-05 11:48:37 +00:00
members-activity.hbs Added spam event to feed in frontend admin (#15847) 2022-11-18 14:33:48 +04:00
members.hbs Cleaned up member filters (#15784) 2022-11-10 11:05:12 +01:00
offer.hbs Cleaned up GA Flags (#15762) 2022-11-18 16:09:25 +07:00
offers.hbs Cleaned up GA Flags (#15762) 2022-11-18 16:09:25 +07:00
pages-loading.hbs Refactored posts and pages controllers to Octane patterns 2022-10-07 18:39:34 +01:00
pages.hbs Refactored posts and pages controllers to Octane patterns 2022-10-07 18:39:34 +01:00
posts-loading.hbs Refactored posts and pages controllers to Octane patterns 2022-10-07 18:39:34 +01:00
posts.hbs 🐛 Fixed error preventing admin area being usable by staff users with Contributor role 2022-10-31 12:01:39 +00:00
reset.hbs Refactored reset controller to Octane patterns 2022-10-07 19:07:51 +01:00
settings.hbs Updated copy 2022-10-27 14:27:08 +02:00
setup.hbs Fixed flash of failure state when submitting site setup and staff signup forms 2022-05-27 12:13:54 +01:00
signin.hbs Refactored signin controller to Octane patterns 2022-11-01 14:12:23 +00:00
signup.hbs Migrated signup screen to Octane patterns 2022-05-27 13:28:29 +01:00
site.hbs Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
tag.hbs Fixed breadcrumbs responsive issues 2022-10-06 16:25:57 +07:00
tags-loading.hbs Updated breadcrumb and title style across admin 2022-10-04 12:35:29 +07:00
tags.hbs Updated breadcrumb and title style across admin 2022-10-04 12:35:29 +07:00
whatsnew.hbs Renamed {{scroll-to}}'s shouldScroll argument to when 2022-11-11 11:53:53 +00:00