Browse Source

#10094 changes from code review

Arthur 3 năm trước cách đây
mục cha
commit
1c46102c4a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 
-    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.
         """