1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/mirage/config
Kevin Ansfield 3d03670f15 Fixed saving of posts with tags using mirage
no issue
- similar to the previous fix for authors, tags also need to be converted from POJOs to mirage Model objects when creating/saving records in the mirage route handlers
- refactored the code so that the POJO->Model transform can be shared across post and update requests
2018-11-08 13:43:58 +00:00
..
api-keys.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
authentication.js Use Admin API v2 with session auth (#1046) 2018-10-05 19:46:33 +01:00
configuration.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
integrations.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
invites.js Fixed normalization of attrs in Mirage config and tests (#872) 2017-09-28 09:33:00 +07:00
posts.js Fixed saving of posts with tags using mirage 2018-11-08 13:43:58 +00:00
roles.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
settings.js Bump ember-cli-mirage to 0.4.2 (#969) 2018-03-19 09:53:17 +00:00
slugs.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
subscribers.js Fixed normalization of attrs in Mirage config and tests (#872) 2017-09-28 09:33:00 +07:00
tags.js Fixed normalization of attrs in Mirage config and tests (#872) 2017-09-28 09:33:00 +07:00
themes.js Switch to eslint-plugin-ghost extending plugin:ghost/ember 2018-01-12 12:17:56 +00:00
uploads.js streamline image uploads in settings/general (#702) 2017-05-23 10:50:04 +02:00
users.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
webhooks.js Changed "new-webhook" modal to generic "webhook-form" modal 2018-10-18 18:43:34 +01:00