Add description, notes to default form_fields for batch views
This commit is contained in:
parent
36f786f0eb
commit
23ce2fb33c
|
@ -98,13 +98,14 @@ class BatchMasterView(MasterView):
|
||||||
|
|
||||||
form_fields = [
|
form_fields = [
|
||||||
'id',
|
'id',
|
||||||
|
'description',
|
||||||
|
'notes',
|
||||||
'created',
|
'created',
|
||||||
'created_by',
|
'created_by',
|
||||||
'rowcount',
|
'rowcount',
|
||||||
'status_code',
|
'status_code',
|
||||||
'executed',
|
'executed',
|
||||||
'executed_by',
|
'executed_by',
|
||||||
'purge',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
row_labels = {
|
row_labels = {
|
||||||
|
|
Loading…
Reference in a new issue