0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
Daniel Lockyer f2ab12bb91
🐛 Fixed incorrect data returned when using API fields
refs 188de00489

- this fix was incorrect - the function should have been on the
  prototype but I'd moved it over incorrectly into the static class functions
- this commit moves `defaultColumnsToFetch` to the prototype functions
  and reverts the referenced commit back to `this.prototype` as expected
- this wasn't including the custom columns from the `post` model, which
  was causing tests to fail
- pro tip: run tests!
2021-06-24 13:47:15 +01:00
..
client@7c8de6c1ed Updated Ghost-Admin to v4.8.2 2021-06-24 13:16:52 +01:00
frontend Added crossorigin attribute to Portal script 2021-06-22 12:31:30 +05:30
server 🐛 Fixed incorrect data returned when using API fields 2021-06-24 13:47:15 +01:00
shared Added sentry config to frontend site settings for Portal (#13086) 2021-06-21 17:59:20 +05:30
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Replaced ghost-version.js with @tryghost/version 2021-06-16 13:16:15 +01:00
bridge.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00