Ghost/ghost/admin/app/models
Kevin Ansfield 226f45fd83 Fixed "cannot save both mobiledoc and lexical" error when tabbing from title field to lexical editor
closes https://github.com/TryGhost/Team/issues/1924

- updated the Post model so the relevant `mobiledoc`/`lexical` field always has a blank document by default depending on which editor is selected via the feature flag
- ensures we don't send `{mobiledoc: null, lexical: null}` inadvertently creating a mobiledoc post (API sets the default blank document in that scenario) when the lexical editor flag is enabled
2022-09-19 12:06:05 +01:00
..
action.js
api-key.js
base.js
custom-theme-setting-list.js
custom-theme-setting.js
email.js
integration.js
invite.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
label.js
member-subscription.js
member-tier.js Renamed products to tiers (#2372) 2022-05-11 22:41:54 +05:30
member.js Added member attribution to member details page (#15266) 2022-08-19 16:39:18 -04:00
navigation-item.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
newsletter.js Updated newsletter recipientFilter to use slugs instead of instead 2022-05-05 17:37:34 +02:00
notification.js
offer.js
page.js
post.js Fixed "cannot save both mobiledoc and lexical" error when tabbing from title field to lexical editor 2022-09-19 12:06:05 +01:00
role.js
setting.js Added email_track_clicks setting (#15409) 2022-09-15 15:48:22 +02:00
snippet.js
tag.js Removed unused parent property from tag model 2022-09-07 22:33:17 +01:00
theme.js
tier-benefit-item.js Renamed products to tiers (#2372) 2022-05-11 22:41:54 +05:30
tier.js Handled null trial days on tiers 2022-08-09 14:14:22 +05:30
user.js Wired email alert settings for staff users on admin (#15313) 2022-08-25 15:47:14 +05:30
webhook.js