1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#10094 fix Contact AddAnother

This commit is contained in:
Arthur
2022-08-22 16:47:40 -07:00
parent 41499b189c
commit f48aaf1c46

View File

@@ -327,7 +327,10 @@ class ObjectEditView(GetReturnURLMixin, BaseObjectView):
"""
return obj
def get_extra_addanother_params(self, request, params: dict):
def get_extra_addanother_params(self, request, params):
"""
Return a QueryDict of extra params to use on the Add Another button.
"""
return params
#