0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/test
Naz ba061d86e8 🐛 Fixed missing authors in webhook payload
closes https://github.com/TryGhost/Toolbox/issues/340
closes https://github.com/TryGhost/Ghost/issues/13451

- Webhook subscribers were receiving post request payloads without `authors` and `primary_author` properties.
- The behavior was due to missing "originalOptions" property that is needed to correctly serialize the model to json on the model layer.
- A more holistic approach would be to pass the options somehow along with the model with the event. This would require a deeper rework though
2022-07-13 23:05:27 +12:00
..
e2e-api Bumped new built-in search to GA (#15017) 2022-07-12 17:57:11 +05:30
e2e-browser Added note about installing the E2E browsers 2022-02-22 10:20:40 +01:00
e2e-frontend Removed GA feature flags (#14915) 2022-05-26 09:54:30 +02:00
e2e-server 🐛 Fixed signing key identificaiton in JWKs 2022-05-24 12:20:30 +01:00
e2e-webhooks 🐛 Fixed missing authors in webhook payload 2022-07-13 23:05:27 +12:00
integration Added comment CRUD+Moderate permissions 2022-07-08 15:46:11 +02:00
regression Added post tag assignment on user deletion 2022-07-13 03:06:04 +12:00
unit Added unit test coverage to the user service 2022-07-13 03:06:04 +12:00
utils Fixed comments fixtures being created in parallel 2022-07-12 15:59:55 +02:00
.eslintignore
.eslintrc.js
.jshintrc