From bbe2efa4b380b6d4d4363931222d126a063d1adb Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 30 May 2019 13:25:42 -0500 Subject: [PATCH] Allow bulk row delete for generic products batch --- tailbone/views/batch/product.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/batch/product.py b/tailbone/views/batch/product.py index 5a4f56eb..371a65aa 100644 --- a/tailbone/views/batch/product.py +++ b/tailbone/views/batch/product.py @@ -62,6 +62,7 @@ class ProductBatchView(BatchMasterView): downloadable = True cloneable = True execution_options_schema = ExecutionOptions + rows_bulk_deletable = True form_fields = [ 'id',