Allow bulk row deletion for vendor catalog batches
This commit is contained in:
parent
318189b839
commit
888c094fe3
1
tailbone/views/vendors/catalogs.py
vendored
1
tailbone/views/vendors/catalogs.py
vendored
|
@ -50,6 +50,7 @@ class VendorCatalogsView(FileBatchMasterView):
|
|||
default_handler_spec = 'rattail.batch.vendorcatalog:VendorCatalogHandler'
|
||||
url_prefix = '/vendors/catalogs'
|
||||
editable = False
|
||||
rows_bulk_deletable = True
|
||||
|
||||
def get_parsers(self):
|
||||
if not hasattr(self, 'parsers'):
|
||||
|
|
Loading…
Reference in a new issue