request and notes added to background section

This commit is contained in:
David Kennedy 2024-09-20 15:02:10 -04:00
parent e4df5c83a4
commit 861f5d2fa6
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -2474,6 +2474,11 @@ class DomainInformationInline(admin.StackedInline):
modified_fieldsets[index][1]["fields"].extend(
["domain_managers", "invited_domain_managers"]
) # type: ignore
elif title == "Background info":
# move domain request and notes to background
modified_fieldsets[index][1]["fields"].extend(
["domain_request", "notes"]
) # type: ignore
# Remove or remove fieldset sections
for index, (title, f) in enumerate(modified_fieldsets):