0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test/acceptance/admin
Naz Gargol b48f1f4b2c
Updated defaults handling for email property in posts (#11355)
no issue

- Fixed default email property output when the empty value is returned
- This is needed for consistency with other endpoint properties like primary_tag which are null when there is no value assigned
- Updated acceptance tests to handle email property
- Schema had to be updated to not use reference so that the information about email can be independent of the post - can still exist if the post is deleted
2019-11-08 11:40:49 +07:00
..
actions_spec.js
config_spec.js
db_spec.js Fixed db export test 2019-11-06 15:56:56 +07:00
email_preview_spec.js Moved email preview spec to acceptance tests 2019-11-08 11:38:06 +07:00
emails_spec.js Added basic read endpoint test 2019-11-06 15:56:56 +07:00
images_spec.js
integrations_spec.js
invites_spec.js
key_authentication_spec.js
mail_spec.js
notifications_spec.js
oembed_spec.js
pages_spec.js
posts_spec.js Updated defaults handling for email property in posts (#11355) 2019-11-08 11:40:49 +07:00
roles_spec.js
settings_spec.js
slugs_spec.js
tags_spec.js
themes_spec.js
users_spec.js
utils.js Updated defaults handling for email property in posts (#11355) 2019-11-08 11:40:49 +07:00
webhooks_spec.js