Ghost/ghost/admin/mirage
Ronald Langeveld 24681398af
🐛 Fixed members tier filtering (#16212)
refs https://ghost.slack.com/archives/CTH5NDJMS/p1675194453354469 https://secure.helpscout.net/conversation/2127479135/94711

- replaced tiers filtering by `slug` with `id` as we hit an edge case where the NQL filtering is struggling to handle slugs with a single character, eg `a`, `b`. Now filters by the tier's `id` instead.
- added new member, `tier_id` relation to make it possible to filter by id, eg `/?filter=tier_id:<id>`.
2023-02-01 20:33:57 +08:00
..
config 🐛 Fixed members tier filtering (#16212) 2023-02-01 20:33:57 +08:00
factories
fixtures Added outbound link tagging setting (#16146) 2023-01-20 13:41:36 +01:00
models Added redeemed offers filtering for members (#16071) 2023-01-11 20:13:09 +08:00
scenarios
serializers Add tests to tabs and events pagination (#15757) 2022-11-07 16:32:06 +04:00
.eslintrc.js
config.js
routes-dev.js
routes-test.js Added Mentions endpoint to Admin (#16136) 2023-01-17 20:16:18 +08:00
utils.js