Expose description and notes for label batches
This commit is contained in:
parent
f06fff983e
commit
70a34615a3
3 changed files with 16 additions and 2 deletions
|
@ -45,11 +45,12 @@ class BatchMasterView2(MasterView2, BatchMasterView):
|
|||
|
||||
grid_columns = [
|
||||
'id',
|
||||
'description',
|
||||
'created',
|
||||
'created_by',
|
||||
'rowcount',
|
||||
'status_code',
|
||||
'complete',
|
||||
# 'status_code',
|
||||
# 'complete',
|
||||
'executed',
|
||||
'executed_by',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue