Allow bulk-delete for products grid

This commit is contained in:
Lance Edgar 2023-03-31 12:55:05 -05:00
parent efb8f8f315
commit 6ab3898f27

View file

@ -79,6 +79,7 @@ class ProductView(MasterView):
has_versions = True
results_downloadable_xlsx = True
supports_autocomplete = True
bulk_deletable = True
mergeable = True
configurable = True