Allow bulk delete of label batch rows
This commit is contained in:
parent
11a63ab2ef
commit
f06fff983e
|
@ -47,6 +47,7 @@ class LabelBatchView(BatchMasterView):
|
|||
creatable = False
|
||||
editable = False
|
||||
rows_editable = True
|
||||
rows_bulk_deletable = True
|
||||
cloneable = True
|
||||
|
||||
row_grid_columns = [
|
||||
|
|
Loading…
Reference in a new issue