Ghost/ghost/admin/mirage
Kevin Ansfield 733f76d571 Added automatic CSV export when bulk deleting members
refs https://github.com/TryGhost/Team/issues/585

- updated bulk destroy task to first use the current query params to fetch from the appropriate CSV export endpoint and trigger a download
  - fetches via JS and triggers download from a blob URL link instead of an iframe so that we can be sure the download is successful before we hit the bulk delete endpoint
  - works differently to user deletion download because the server is not generating an export file and saving it meaning the client has to be sure we don't delete data before it's exported
- updated copy in the confirmation modal to reflect the download behaviour
2021-04-08 16:06:00 +01:00
..
config Added automatic CSV export when bulk deleting members 2021-04-08 16:06:00 +01:00
factories Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00
fixtures Removed more leftover unsplash code & fixed tests 2021-02-18 15:03:53 +13:00
models Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00
scenarios 🔥 Removed all subscriber feature related code (#1337) 2019-09-26 15:58:01 +02:00
serializers Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00
.eslintrc.js Update dependency eslint to v7 (#1566) 2020-05-17 22:53:37 +01:00
config.js Switched from v3 to canary API 2021-02-05 09:12:26 +00:00
utils.js Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00