Ghost/test/regression
Kevin Ansfield 96ec60e393
🐛 Fixed "Create Post" action error in Zapier when assigning new tags (#13972)
closes https://github.com/TryGhost/Zapier/issues/56

- fixes tag creation when creating posts with `tags: [{slug: 'new'}]` which should be supported
  - assigning tags with only `{slug: 'new'}` was triggering our validation for the required `name` property then bubbling up to the `bookshelf-relations` library resulting in a 500 error
  - the fix applied here is to set the `name` field to the same as the `slug` field if a name is not provided
2022-01-14 13:37:20 +00:00
..
api 🐛 Fixed "Create Post" action error in Zapier when assigning new tags (#13972) 2022-01-14 13:37:20 +00:00
mock-express-style Cleaned up mock-express tests from unnecessary inits 2021-12-06 21:28:53 +13:00
models Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
services 🐛 Fixed setting Tier prices after changing Stripe accounts 2021-11-10 14:03:03 +02:00
site Moved custom routes test to e2e frontend suite 2021-11-30 20:14:51 +13:00