0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/e2e-api
Simon Backx 419fa24f27
Fixed bulk unsubscribe counts (#14871)
refs https://ghost.slack.com/archives/C02G9E68C/p1652980792270029

- When bulk unsubscribing members, the number of deleted newsletter relations are returned instead of the number of members with newsletters that were cleared
- Updates members-api to 8.1.0, which uses this new option to delete newsletter relations by member_id instead of the id of the relation (which allows us to fetch the number of successfully/failed member deletes) Changes: https://github.com/TryGhost/Members/pull/400
- Added tests for bulk unsubscribe and bulk delete labels (because they both use the updated bulkDestroy method)
2022-05-20 13:40:55 +02:00
..
admin Fixed bulk unsubscribe counts (#14871) 2022-05-20 13:40:55 +02:00
content Updated test suites to play nicely with 5.0 2022-05-19 14:19:48 +08:00
members Added subscription.price.tier mapping (#14849) 2022-05-17 16:38:25 +02:00
shared Updated version test suite to play nicely with 5.0 2022-05-19 13:27:40 +08:00