0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
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
..
adapters Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
api 🐛 Fixed error when deleting non-existent snippet 2021-06-24 09:58:35 +01:00
data Added additional newsletter customisation settings (#13074) 2021-06-21 13:40:40 +01:00
lib Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
models 🐛 Fixed incorrect data returned when using API fields 2021-06-24 13:47:15 +01:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services Updated sentry config for members site endpoint 2021-06-22 12:31:30 +05:30
views
web Replaced ghost-version.js with @tryghost/version 2021-06-16 13:16:15 +01:00
analytics-events.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
ghost-server.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
notify.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
overrides.js
run-update-check.js Move the update-check service to a scheduled job 2021-05-27 17:17:26 +02:00
update-check.js Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00