Add new model field to transition federal agency for domain information and domain request

This commit is contained in:
Rebecca Hsieh 2024-04-17 14:36:28 -07:00
parent e74d98ca71
commit d0a5bddba3
No known key found for this signature in database
4 changed files with 48 additions and 6 deletions

View file

@ -959,7 +959,9 @@ class DomainInformationAdmin(ListHeaderAdmin):
"classes": ["collapse"],
"fields": [
"federal_type",
"federal_agency",
"updated_federal_agency",
# The above field will be commented out after approval so we don't display to everyone
"federal_agency", # TODO: remove later
"tribe_name",
"federally_recognized_tribe",
"state_recognized_tribe",
@ -1198,7 +1200,9 @@ class DomainRequestAdmin(ListHeaderAdmin):
"classes": ["collapse"],
"fields": [
"federal_type",
"federal_agency",
"updated_federal_agency",
# The above field will be commented out after approval so we don't display to everyone
"federal_agency", # TODO: remove later
"tribe_name",
"federally_recognized_tribe",
"state_recognized_tribe",