Explorar el Código

#10094 changes from code review

Arthur hace 3 años
padre
commit
1c46102c4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/netbox/views/generic/object_views.py

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

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