Merge pull request #975 from cisagov/rh/446-remove-type-of-work-q

446 - Change Type Of Work to About Your Organization
This commit is contained in:
Rebecca H 2023-09-13 14:47:03 -07:00 committed by GitHub
commit 2b61e4a69d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 124 additions and 138 deletions

View file

@ -484,8 +484,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
"federal_agency",
"federal_type",
"is_election_board",
"type_of_work",
"more_organization_information",
"about_your_organization",
]
},
),
@ -523,8 +522,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
# Read only that we'll leverage for CISA Analysts
analyst_readonly_fields = [
"creator",
"type_of_work",
"more_organization_information",
"about_your_organization",
"address_line1",
"address_line2",
"zipcode",