Tweak default field list for batch views
This commit is contained in:
parent
03fc301dec
commit
608da824d9
|
@ -100,10 +100,10 @@ class BatchMasterView(MasterView):
|
|||
'description',
|
||||
'notes',
|
||||
'params',
|
||||
'created',
|
||||
'created_by',
|
||||
'rowcount',
|
||||
'status_code',
|
||||
'created',
|
||||
'created_by',
|
||||
'executed',
|
||||
'executed_by',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue