0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Naz 2c1ae2e9af 🐛 Fixed a 500 error for incorrect fields parameter in API
refs 8a1fd1f57f
refs 5584430ddc

- The change to async/await in the original commit 558443 was causing problems in downstream dependencies (create-error package) where it was loosing a context of "this". It's not a direct dependency so I didn't go yak shaving into where exacly the context is lost.
- The fix to keep a correct context of "this" was sticking to an existing pattern using regular function returning promises. Once we need to redo them into async/await we can investigate if there's a way around create-error's context prolbem
2021-07-06 11:58:37 +04:00
..
client@3bb1327906 Updated Ghost-Admin to v4.8.4 2021-06-29 18:06:03 +01:00
frontend Updated default content cta for restricted post/page access to custom filters 2021-07-05 17:10:45 +05:30
server 🐛 Fixed a 500 error for incorrect fields parameter in API 2021-07-06 11:58:37 +04:00
shared Removed unneded i18n and logging parametes from update check 2021-07-02 19:07:13 +04:00
app.js
boot.js Refactored routing to be passed routes config 2021-06-30 12:28:33 +01:00
bridge.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00