Show input filename column in CORE member batches grid
This commit is contained in:
parent
5f1d4669d6
commit
c9cb8bad4c
|
@ -46,6 +46,17 @@ class CoreMemberBatchView(BatchMasterView):
|
||||||
downloadable = True
|
downloadable = True
|
||||||
rows_bulk_deletable = True
|
rows_bulk_deletable = True
|
||||||
|
|
||||||
|
grid_columns = [
|
||||||
|
'id',
|
||||||
|
'description',
|
||||||
|
'input_file',
|
||||||
|
'created',
|
||||||
|
'created_by',
|
||||||
|
'rowcount',
|
||||||
|
'executed',
|
||||||
|
'executed_by',
|
||||||
|
]
|
||||||
|
|
||||||
form_fields = [
|
form_fields = [
|
||||||
'id',
|
'id',
|
||||||
'input_file',
|
'input_file',
|
||||||
|
|
Loading…
Reference in a new issue