Model update and migration and subsequent variable and wording changes

This commit is contained in:
Rebecca Hsieh 2023-09-06 15:58:57 -07:00
parent 370480572e
commit 696941aba7
No known key found for this signature in database
GPG key ID: 644527A2F375A379
11 changed files with 68 additions and 85 deletions

View file

@ -233,7 +233,6 @@ class DomainApplicationAdmin(ListHeaderAdmin):
search_help_text = "Search by domain or submitter."
# Detail view
# TODO-446: Add "about_your_organization" + remove "type_of_work" and "more_organization_information"
fieldsets = [
(None, {"fields": ["status", "investigator", "creator"]}),
(
@ -247,8 +246,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
"federal_agency",
"federal_type",
"is_election_board",
"type_of_work",
"more_organization_information",
"about_your_organization",
]
},
),
@ -284,11 +282,9 @@ class DomainApplicationAdmin(ListHeaderAdmin):
]
# Read only that we'll leverage for CISA Analysts
# TODO-446: Add "about_your_organization" + remove "type_of_work" and "more_organization_information"
analyst_readonly_fields = [
"creator",
"type_of_work",
"more_organization_information",
"about_your_organization",
"address_line1",
"address_line2",
"zipcode",