Always show batch params by default when viewing

This commit is contained in:
Lance Edgar 2022-03-15 22:53:24 -05:00
parent fad8b44be2
commit 0904cda2c6

View file

@ -102,6 +102,7 @@ class BatchMasterView(MasterView):
'id', 'id',
'description', 'description',
'notes', 'notes',
'params',
'created', 'created',
'created_by', 'created_by',
'rowcount', 'rowcount',