mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
18c75ac670
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 |
||
---|---|---|
.. | ||
api-key.js | ||
application.js | ||
integration.js | ||
invite.js | ||
notification.js | ||
post.js | ||
role.js | ||
setting.js | ||
subscriber.js | ||
tag.js | ||
theme.js | ||
user.js | ||
webhook.js |