1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/services
Kevin Ansfield 6441f56f5b 🐛 Fixed error after logging in from a nested admin URL
closes https://github.com/TryGhost/Ghost/issues/10629
- the error was occurring due to `session.user` CP being populated with a rejected promise when attempting to access the first route. The CP has no dependent key so any further attempts to access `session.user` would be rejected
- marking the CP as "changed" immediately after logging in means that the next request will create a new promise and successfully fetch the user
2019-03-25 13:01:58 +00:00
..
ajax.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00
clock.js Remove more import Ember via module imports 2018-05-03 17:52:39 +01:00
config.js Removed usage of /configuration/timezones/ endpoint 2019-02-26 12:37:50 +07:00
dropdown.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
event-bus.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
feature.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
ghost-paths.js 🐛 Fixed low-resolution gravatar images on Team/User screens 2018-05-14 12:15:08 +01:00
lazy-loader.js 🐛 Fixed Code Injection input fields not being clickable 2019-02-11 21:08:15 +00:00
media-queries.js Unsplash integration 2017-08-15 16:01:12 +01:00
media.js Bumped dependencies (#1108) 2019-03-05 17:34:00 +00:00
notifications.js Fixed notificaitons.displayDelayed() throwing an error 2019-03-25 12:28:14 +00:00
resize-detector.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
session.js 🐛 Fixed error after logging in from a nested admin URL 2019-03-25 13:01:58 +00:00
settings.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
slug-generator.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
tour.js View site inside Ghost Admin 2019-03-21 10:33:14 +01:00
ui.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
unsplash.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
upgrade-status.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00