This commit is contained in:
CocoByte 2024-08-16 16:06:37 -06:00
parent b83cc5a980
commit efc7836197
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -3151,6 +3151,7 @@ class SuborganizationAdmin(ListHeaderAdmin, ImportExportModelAdmin):
search_fields = ["name"]
change_form_template = "django/admin/suborg_change_form.html"
def change_view(self, request, object_id, form_url="", extra_context=None):
"""Add suborg's related domains and requests to context"""
obj = self.get_object(request, object_id)