Ghost/ghost/admin/app/models
Kevin Ansfield c46d04f612 Fixed invite resend
refs 3d7e593c96

- `record.belongsTo().id` is an older Ember Data concept so it was returning `undefined`
- the `role` relationship is set up as `async: false` and is always output as an embedded record by our API so we're safe to use `this.role.id` without dealing with any async lookup
2020-01-07 13:45:06 +00:00
..
action.js
api-key.js
email.js
integration.js
invite.js Fixed invite resend 2020-01-07 13:45:06 +00:00
member-subscription.js
member.js
navigation-item.js
notification.js
page.js
post.js
role.js
setting.js
slack-integration.js
tag.js
theme.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
unsplash-integration.js
user.js
webhook.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00