Ghost/core/test/functional/api/v2/admin
Fabien O'Carroll e865d2218c 🐛 Fixed pagination/duplicate posts and users appearing in admin area (#10031)
closes #10029

- allowed page option for users, posts, & tags browse 
  - The page query param was not forwarding to the query, meaning that when the admin client requested the next page of users or posts, it would receive the first page again.
2018-10-18 10:05:51 +01:00
..
invites_spec.js Added invites ctrl to v2 2018-10-12 21:13:20 +02:00
mail_spec.js Added mail ctrl to v2 2018-10-12 21:13:20 +02:00
notifications_spec.js Added notifications ctrl to v2 2018-10-12 21:13:20 +02:00
posts_spec.js 🐛 Fixed pagination/duplicate posts and users appearing in admin area (#10031) 2018-10-18 10:05:51 +01:00
roles_spec.js Migrated roles controller to API v2 2018-10-10 16:48:22 +02:00
settings_spec.js Added settings ctrl to v2 2018-10-12 21:13:20 +02:00
slugs_spec.js Added v2 controller for slugs (#9978) 2018-10-12 17:55:20 +05:30
subscribers_spec.js Added subscribers controller to v2 2018-10-12 22:27:37 +02:00
tags_spec.js 🐛 Fixed pagination/duplicate posts and users appearing in admin area (#10031) 2018-10-18 10:05:51 +01:00
upload_spec.js Added upload controller to v1 (#9997) 2018-10-12 22:41:39 +02:00
users_spec.js 🐛 Fixed pagination/duplicate posts and users appearing in admin area (#10031) 2018-10-18 10:05:51 +01:00
utils.js Added doAuth v2 admin api test helper (#9964) 2018-10-09 10:24:41 +07:00
webhooks_spec.js Updated webhooks schema and add relation (#10018) 2018-10-17 18:17:13 +07:00