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', 'description',
'notes', 'notes',
'params', 'params',
'created',
'created_by',
'rowcount', 'rowcount',
'status_code', 'status_code',
'created',
'created_by',
'executed', 'executed',
'executed_by', 'executed_by',
] ]