Update admin.py

This commit is contained in:
zandercymatics 2024-07-03 09:19:33 -06:00
parent b93a9b07b7
commit 87c7a4dba2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -1958,7 +1958,6 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
# Call the superclass method with updated extra_context
return super().change_view(request, object_id, form_url, extra_context)
# TODO - scrap this approach and just centralize everything
def get_all_action_needed_reason_emails_as_json(self, domain_request):
"""Returns a json dictionary of every action needed reason and its associated email
for this particular domain request."""