Ghost/ghost/admin/app/routes
Kevin Ansfield 83050d7689 🐛 Fixed error when navigating to tag from admin search box (#881)
closes https://github.com/TryGhost/Ghost/issues/9074

- remove unused pagination route attrs that were interfering with routing service - these were a pre-1.0 hangover from when the tags screen had infinite scroll
- change `Posts` to `Stories` in the search dropdown for consistency
- add general fix for `adapter returned an array for the primary data of a 'queryRecord' response` deprecations by ensuring that `normalizeResponse` in our application serializer transforms the array we get from the server into a "single" JSON-API response
  - this deprecation was being triggered when loading a tag route directly
- fix `defaultValue` complex object deprecations raised from `Setting.unsplash` attr
2017-10-03 11:54:24 +07:00
..
editor Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
settings 🐛 Fixed error when navigating to tag from admin search box (#881) 2017-10-03 11:54:24 +07:00
setup Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
subscribers Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
team 🐛 fixed active users list not showing more than 20 users (#806) 2017-07-31 17:10:52 +04:00
about.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
application.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
authenticated.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
error404.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
posts.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
reset.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
setup.js Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
signin.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
signout.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
signup.js Upgrade eslint dependencies (#855) 2017-09-11 14:56:11 +07:00
subscribers.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00