mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
Changes but with comments this time
This commit is contained in:
parent
28a80ace36
commit
a4adb5ed46
14 changed files with 56 additions and 9 deletions
|
@ -233,6 +233,7 @@ 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"]}),
|
||||
(
|
||||
|
@ -283,6 +284,7 @@ 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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue