Merge remote-tracking branch 'origin/main' into rjm/787-org-short-names

This commit is contained in:
Rachid Mrad 2023-10-13 16:28:48 -04:00
commit 1f55ac8e06
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
14 changed files with 1121 additions and 122 deletions

View file

@ -342,6 +342,12 @@ class DomainInvitationAdmin(ListHeaderAdmin):
]
search_help_text = "Search by email or domain."
# Mark the FSM field 'status' as readonly
# to allow admin users to create Domain Invitations
# without triggering the FSM Transition Not Allowed
# error.
readonly_fields = ["status"]
class DomainInformationAdmin(ListHeaderAdmin):
"""Customize domain information admin class."""