0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
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
..
client@4c4fcdad48 Updated Ghost-Admin to v4.8.1 2021-06-24 11:19:09 +01:00
frontend Added crossorigin attribute to Portal script 2021-06-22 12:31:30 +05:30
server 🐛 Fixed error when using API to search for tags 2021-06-24 13:08:05 +01:00
shared Added sentry config to frontend site settings for Portal (#13086) 2021-06-21 17:59:20 +05:30
app.js
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