Ghost/test
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
..
e2e-api Fixed Members importer tests 2022-01-11 16:44:12 +02:00
e2e-frontend Revert "Improve the performance of prepareContentFolder" 2022-01-04 11:34:42 +00:00
e2e-server
integration 🐛 Fixed "Create Post" action error in Zapier when assigning new tags (#13972) 2022-01-14 13:37:20 +00:00
regression 🐛 Fixed "Create Post" action error in Zapier when assigning new tags (#13972) 2022-01-14 13:37:20 +00:00
unit 🐛 Added pagination to sitemap.xml to avoid max 50,000 entries limit 2022-01-05 11:54:35 +01:00
utils Revert "Improve the performance of prepareContentFolder" 2022-01-04 11:34:42 +00:00
.eslintignore
.eslintrc.js
.jshintrc