Ghost/ghost/admin/app/controllers
Daniel Lockyer 186c6f3c42 🐛 Fixed unexpected leave confirmation after Cmd+S on member profile
fix https://linear.app/tryghost/issue/ENG-779/%F0%9F%90%9B-cmds-does-not-save-member-profile-changes

- previously, pressing Cmd+S on a member profile would save the profile,
  but the dirty attributes weren't being cleaned, so the application
  would trigger the leave confirmation when exiting
- now, we've fixed the code to keep a dynamic scratch member,
- long term, we should get rid of the scratch model, but this still
  allows us to fix the bug for now
2024-07-02 08:30:53 +02:00
..
lexical-editor
members
posts
activitypub-x.js Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
application.js Added date based cache buster to client script (#19873) 2024-03-18 09:29:00 +00:00
billing.js
collection.js
collections.js
dashboard.js Moved onboarding display check into new onboarding service (#19938) 2024-03-27 17:37:37 +00:00
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 🎨 Improved editor behavior to automatically update slug for draft posts (#20388) 2024-06-17 16:00:13 -05:00
member.js 🐛 Fixed unexpected leave confirmation after Cmd+S on member profile 2024-07-02 08:30:53 +02:00
members-activity.js
members.js Fixed ember concurrency cancellation errors (#20324) 2024-06-04 16:20:49 +02:00
mentions.js
migrate.js Update migration in settings (#19278) 2023-12-13 16:25:29 +01:00
offer.js Fixed ember concurrency cancellation errors (#20324) 2024-06-04 16:20:49 +02:00
offers.js Fixed generating offers in data generator (#19495) 2024-01-16 13:53:34 +00:00
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 Fixed browser tests broken by onboarding changes (#19998) 2024-04-08 15:15:04 +01:00
signin.js
signup.js
site.js
tag.js
tags.js
websockets.js
whatsnew.js