Tweak default field list for batch views

This commit is contained in:
Lance Edgar 2023-09-13 13:14:00 -05:00
parent 03fc301dec
commit 608da824d9

View file

@ -100,10 +100,10 @@ class BatchMasterView(MasterView):
'description',
'notes',
'params',
'created',
'created_by',
'rowcount',
'status_code',
'created',
'created_by',
'executed',
'executed_by',
]