Ghost/core/server/models/base
Daniel Lockyer 188de00489
🐛 Fixed error when using API to search for tags
refs a457631a20

- `defaultColumnsToFetch` was moved to the CRUD plugin in the referenced
  commit, which makes it a function on `this` instead of `this.prototype`
- this means the function doesn't exist and Admin throws an error when
  you start typing in the search bar because the API 500s
- this commit switches it to `this.defaultColumnsToFetch()`
2021-06-24 13:08:05 +01:00
..
plugins 🐛 Fixed error when using API to search for tags 2021-06-24 13:08:05 +01:00
bookshelf.js Extracted Bookshelf method overrides to plugin 2021-06-17 15:02:34 +01:00
index.js Moved defaultColumnsToFetch to Bookshelf CRUD plugin 2021-06-17 17:07:10 +01:00
listeners.js Refactored Bookshelf CRUD functions into plugin 2021-06-15 18:27:43 +01:00
utils.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00