Ghost/ghost/admin/app/serializers
Kevin Ansfield 18c75ac670 Fixed serialisation of belongsTo relationships
no issue
- `belongsTo` relationships were failing to save on the server correctly because they did not contain the `_id` suffix
  - became noticeable when the first standalone `belongsTo` relationship was added to webhooks
  - added conditional for special-case `_by` relationships which don't require an additional `_id` when saving to the API
2018-10-18 18:23:19 +01:00
..
api-key.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
application.js Fixed serialisation of belongsTo relationships 2018-10-18 18:23:19 +01:00
integration.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
invite.js 🎨 invites roles table into a field on the invites table (#394) 2016-11-16 11:01:58 +00:00
notification.js 🐛 fix duplicate server alerts + default alert bg color (#242) 2016-09-01 11:01:54 -05:00
post.js 🐛 Fixed plaintext field not being updated when modifying a post 2018-04-09 14:58:33 +01:00
role.js Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00
setting.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
subscriber.js Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00
tag.js Don't send created_by and updated_by attrs in API requests 2018-04-05 11:54:36 +01:00
theme.js fetch themes from /themes endpoint (#542) 2017-02-21 18:28:44 +00:00
user.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
webhook.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00