Add fields

This commit is contained in:
zandercymatics 2024-06-26 09:37:47 -06:00
parent 0fecc199d0
commit 5d68031dce
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 84 additions and 2 deletions

View file

@ -1321,6 +1321,7 @@ class DomainInformationAdmin(ListHeaderAdmin, ImportExportModelAdmin):
superuser_only_fields = [
"portfolio",
"sub_organization",
]
# DEVELOPER's NOTE:
@ -1621,6 +1622,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
superuser_only_fields = [
"portfolio",
"sub_organization",
]
# DEVELOPER's NOTE: