Let batch views allow or deny "execute results" option
This commit is contained in:
parent
277d98ae2c
commit
a7d8cfcdbb
5 changed files with 76 additions and 73 deletions
|
@ -49,6 +49,7 @@ class LabelBatchView(BatchMasterView):
|
|||
rows_editable = True
|
||||
rows_bulk_deletable = True
|
||||
cloneable = True
|
||||
results_executable = True
|
||||
|
||||
row_grid_columns = [
|
||||
'sequence',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue