Ghost/ghost/admin/app/components/members
Sag e6254bbb93
🎨 Removed member bulk deletion safeguard from safe queries (#20747)
fixes https://linear.app/tryghost/issue/ENG-1484

- in Ghost release
[v5.89.0](https://github.com/TryGhost/Ghost/releases/tag/v5.89.0), we
have added a safeguard around bulk member deletion, due to a limitation
in NQL for member filters (commit: 2484a77)
- with this change, we limit the safeguard to only the cases we know are
problematic, and remove it for other useful and safe queries
- more precisely, the safeguard is in place only when:
    - Multiple newsletters exist, and the filter contains 2 or more
newsletter filters
    - If any of the following stripe filters are used even once:
        - Billing period
        - Stripe subscription status
        - Paid start date
        - Next billing date
        - Subscription started on post/page
        - Offers
2024-08-14 15:48:54 +00:00
..
filters 🎨 Removed member bulk deletion safeguard from safe queries (#20747) 2024-08-14 15:48:54 +00:00
modals Improve messaging and error handling (#20078) 2024-05-14 09:31:19 +02:00
filter-value.hbs Fixed error message of the date-time-picker not breaking onto next line (#20221) 2024-05-16 14:59:07 +00:00
filter-value.js 🐛 Fixed members tier filtering (#16212) 2023-02-01 20:33:57 +08:00
filter.hbs Added new members filters and refactored filters (#15667) 2022-10-21 17:18:00 +02:00
filter.js 🎨 Removed member bulk deletion safeguard from safe queries (#20747) 2024-08-14 15:48:54 +00:00
list-item-column.hbs 🐛 Fixed members breadcrumbs when not coming from analytics 2023-05-04 11:20:33 +02:00
list-item-column.js Cleaned up member filters (#15784) 2022-11-10 11:05:12 +01:00
list-item-loading.hbs Fixed scrolling issues on members table (#19833) 2024-03-11 17:32:10 +01:00
list-item.hbs Fixed scrolling issues on members table (#19833) 2024-03-11 17:32:10 +01:00
list-item.js Moved members list item components 2022-10-07 17:09:18 +01:00