Rearrange primary batch fields for vendor catalogs.
Catalog info seemed more important than who uploaded it.
This commit is contained in:
parent
16be06821a
commit
23addae818
6
tailbone/views/vendors/catalogs.py
vendored
6
tailbone/views/vendors/catalogs.py
vendored
|
@ -113,13 +113,13 @@ class VendorCatalogCrud(FileBatchCrud):
|
||||||
options=parser_options)
|
options=parser_options)
|
||||||
fs.configure(
|
fs.configure(
|
||||||
include=[
|
include=[
|
||||||
fs.created,
|
|
||||||
fs.created_by,
|
|
||||||
fs.vendor,
|
fs.vendor,
|
||||||
fs.data_file.label("Catalog File"),
|
fs.data_file.label("Catalog File"),
|
||||||
fs.filename,
|
|
||||||
fs.parser_key.label("File Type"),
|
fs.parser_key.label("File Type"),
|
||||||
fs.effective,
|
fs.effective,
|
||||||
|
fs.filename,
|
||||||
|
fs.created,
|
||||||
|
fs.created_by,
|
||||||
fs.executed,
|
fs.executed,
|
||||||
fs.executed_by,
|
fs.executed_by,
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue