mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Test an open column title
This commit is contained in:
parent
9a44a40a49
commit
28d37fc869
1 changed files with 7 additions and 0 deletions
|
@ -189,7 +189,14 @@ def export_data_type_to_csv(csv_file):
|
|||
"AO",
|
||||
"AO email",
|
||||
"Security contact email",
|
||||
"Domain Manager email",
|
||||
]
|
||||
|
||||
# STUCK HERE
|
||||
|
||||
# So the problem is we don't even have access to domains or a count here.
|
||||
# We could pass it in, but it's messy. Maybe helper function? Seems repetitive
|
||||
|
||||
# Coalesce is used to replace federal_type of None with ZZZZZ
|
||||
sort_fields = [
|
||||
"organization_type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue