From 6ab3898f27907d49808e3f29b11198f748b4f2fc Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 31 Mar 2023 12:55:05 -0500 Subject: [PATCH] Allow bulk-delete for products grid --- tailbone/views/products.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/products.py b/tailbone/views/products.py index bace8421..cc474840 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -79,6 +79,7 @@ class ProductView(MasterView): has_versions = True results_downloadable_xlsx = True supports_autocomplete = True + bulk_deletable = True mergeable = True configurable = True