Ghost/test/regression/api/canary
Nazar Gargol ced3e28d60 🐛 Fixed cache invalidation for published posts with no content
closes #12015
refs 95880dddeb

- The bug was caused by falsy plaintext field assignment to empty string `''` when the html content was `null`. Because of the `setEmptyValuesToNull` function (referenced commit), there is no sense to assign empty string value to plaintext property, because it would still end up being `null`
- The `''` -> `null` conversion was confusing the model layer to think that some fields were changed, where in reality none did. This in turn lead to a bug with falsy cache invalidation
2020-07-15 17:41:24 +12:00
..
admin 🐛 Fixed cache invalidation for published posts with no content 2020-07-15 17:41:24 +12:00
content Updated Content API resource ordering to be same as slugs in filter 2020-07-10 18:33:00 +12:00