0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test
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
..
acceptance Updated defaults handling for email property in posts (#11355) 2019-11-08 11:40:49 +07:00
regression Moved email preview spec to acceptance tests 2019-11-08 11:38:06 +07:00
unit Updated defaults handling for email property in posts (#11355) 2019-11-08 11:40:49 +07:00
utils Changed existing email status handling according to chenges in schema 2019-11-07 16:26:34 +07:00
.eslintignore
.eslintrc.json Updated eslint for tests to allow async functions 2019-10-06 21:03:56 +07:00
.jshintrc