Show input filename column in CORE member batches grid

This commit is contained in:
Lance Edgar 2021-11-05 20:44:48 -05:00
parent 5f1d4669d6
commit c9cb8bad4c

View file

@ -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',