mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +02:00
add new dates to csv export
This commit is contained in:
parent
8bb3f0080b
commit
ba1553a936
1 changed files with 6 additions and 2 deletions
|
@ -1235,7 +1235,9 @@ class DomainRequestExport(BaseExport):
|
||||||
"State/territory": model.get("state_territory"),
|
"State/territory": model.get("state_territory"),
|
||||||
"Request purpose": model.get("purpose"),
|
"Request purpose": model.get("purpose"),
|
||||||
"CISA regional representative": model.get("cisa_representative_email"),
|
"CISA regional representative": model.get("cisa_representative_email"),
|
||||||
"Submitted at": model.get("last_submitted_date"),
|
"Last submitted date": model.get("last_submitted_date"),
|
||||||
|
"First submitted date": model.get("first_submitted_date"),
|
||||||
|
"Last status update": model.get("last_status_update"),
|
||||||
}
|
}
|
||||||
|
|
||||||
row = [FIELDS.get(column, "") for column in columns]
|
row = [FIELDS.get(column, "") for column in columns]
|
||||||
|
@ -1304,7 +1306,9 @@ class DomainRequestDataFull(DomainRequestExport):
|
||||||
"""
|
"""
|
||||||
return [
|
return [
|
||||||
"Domain request",
|
"Domain request",
|
||||||
"Submitted at",
|
"Last submitted date",
|
||||||
|
"First submitted date",
|
||||||
|
"Last status update",
|
||||||
"Status",
|
"Status",
|
||||||
"Domain type",
|
"Domain type",
|
||||||
"Federal type",
|
"Federal type",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue