Ghost/ghost/admin/app/serializers
Rishabh f000048223 Fixed odd behavior with saving complimentary members
closes https://github.com/TryGhost/Team/issues/1715
refs https://github.com/TryGhost/Members/pull/407

- when comped boolean was brought back for backwards compatibility, it accidentally opened a path from admin to set comped stripe subscriptions on members on save, as Admin always sends back `comped` value
- since we don't allow stripe comped subscriptions anymore, this caused weird behavior with assigning the default tier on comped stripe subscription.
- this change removes the `json.comped` value to be sent up from Admin to avoid any weird comped changes to the member
2022-08-17 20:53:34 +05:30
..
action.js
api-key.js
application.js
custom-theme-setting-list.js
email.js
integration.js
invite.js
label.js
member.js Fixed odd behavior with saving complimentary members 2022-08-17 20:53:34 +05:30
newsletter.js Added sender email verification flow for newsletters 2022-04-13 19:34:58 +01:00
notification.js
page.js
post.js Removed post.email from serialization when saving posts 2022-05-25 14:27:05 +01:00
role.js
setting.js Updated support email address confirmation flow (#2426) 2022-07-15 14:44:26 +02:00
tag.js
theme.js
tier.js Updated usage of the Tiers API (#2388) 2022-05-16 19:51:49 +01:00
user.js
webhook.js