mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-30 04:16:24 -06:00
#10094 fix Contact AddAnother
This commit is contained in:
parent
aaf6c9eeca
commit
593eeac1f3
@ -327,7 +327,10 @@ class ObjectEditView(GetReturnURLMixin, BaseObjectView):
|
|||||||
"""
|
"""
|
||||||
return obj
|
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
|
return params
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user