From 0a14c92109035a2b675a0f8122be0f11a181578a Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Fri, 27 Feb 2026 20:37:22 +0100 Subject: [PATCH] feat: bulk delete in product archive (v0.327) - Add bulk_delete_permanent() endpoint (POST ids[], returns JSON) - Checkbox column + bulk action bar with count label - Select-all in table header, confirmation dialog before delete - 2 new tests for bulk_delete_permanent method signature Co-Authored-By: Claude Sonnet 4.6 --- .../products-list-custom-script.php | 136 ++++++++++++++++++ .../product-archive/products-list.php | 7 + .../Controllers/ProductArchiveController.php | 38 +++++ docs/CHANGELOG.md | 9 ++ .../ProductArchiveControllerTest.php | 11 ++ 5 files changed, 201 insertions(+) diff --git a/admin/templates/product-archive/products-list-custom-script.php b/admin/templates/product-archive/products-list-custom-script.php index aacad98..346b36d 100644 --- a/admin/templates/product-archive/products-list-custom-script.php +++ b/admin/templates/product-archive/products-list-custom-script.php @@ -1,4 +1,26 @@