2
0
Arthur 3 жил өмнө
parent
commit
f48aaf1c46

+ 4 - 1
netbox/netbox/views/generic/object_views.py

@@ -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
 
     #