Allow bulk delete of label batch rows
This commit is contained in:
parent
11a63ab2ef
commit
f06fff983e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue