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
|
creatable = False
|
||||||
editable = False
|
editable = False
|
||||||
rows_editable = True
|
rows_editable = True
|
||||||
|
rows_bulk_deletable = True
|
||||||
cloneable = True
|
cloneable = True
|
||||||
|
|
||||||
row_grid_columns = [
|
row_grid_columns = [
|
||||||
|
|
Loading…
Reference in a new issue