ghostguild-org/app/pages/admin/series
Jennie Robinson Faber a9312c423b fix(admin): series Delete button actually deletes the series
The /admin/series Delete handler only PUT-unlinked each event and never
called the DELETE /api/admin/series/[id] endpoint, so the series document
persisted (a no-op for empty series). Replace the redundant per-event loop
with a single DELETE call — the endpoint already unlinks events server-side.
Unskip the e2e delete test.
2026-05-24 22:17:19 +01:00
..
create.vue feat(admin): rename series route and add tags review page 2026-05-24 00:44:14 +01:00
index.vue fix(admin): series Delete button actually deletes the series 2026-05-24 22:17:19 +01:00