0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/client/app/routes
Hannah Wolfe b4b5e2a3f5 Avoid infinite transition loop
fixes #5136

- wrap notification fetch with a user role check to remove console error
- move author transition down to local route for users/user so that there's no infinite loop
- replace all store calls to fetch the current user with the session user instead
2015-04-16 20:05:30 +01:00
..
editor Avoid infinite transition loop 2015-04-16 20:05:30 +01:00
posts Avoid infinite transition loop 2015-04-16 20:05:30 +01:00
settings Avoid infinite transition loop 2015-04-16 20:05:30 +01:00
application.js Avoid infinite transition loop 2015-04-16 20:05:30 +01:00
authenticated.js
content.js
debug.js
error404.js
forgotten.js
mobile-index-route.js
posts.js Avoid infinite transition loop 2015-04-16 20:05:30 +01:00
reset.js
settings.js
setup.js
signin.js
signout.js
signup.js