Ghost/ghost/admin/app/services
Kevin Ansfield dbbc4f5fa4 🐛 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
config.js
dropdown.js
event-bus.js
feature.js
ghost-paths.js
lazy-loader.js
media-queries.js
media.js
notifications.js Fixed notificaitons.displayDelayed() throwing an error 2019-03-25 12:28:14 +00:00
resize-detector.js
session.js 🐛 Fixed error after logging in from a nested admin URL 2019-03-25 13:01:58 +00:00
settings.js
slug-generator.js
tour.js View site inside Ghost Admin 2019-03-21 10:33:14 +01:00
ui.js
unsplash.js
upgrade-status.js