瀏覽代碼

Fixes #3204: Fix connecting cables to interfaces

Alexander Olofsson 7 年之前
父節點
當前提交
d0e7b052a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/dcim/forms.py

+ 1 - 1
netbox/dcim/forms.py

@@ -2680,7 +2680,7 @@ class ConnectCableToInterfaceForm(ConnectCableToDeviceForm):
             api_url='/api/dcim/interfaces/',
             disabled_indicator='cable',
             additional_query_params={
-                'type': 'physical',
+                'kind': 'physical',
             }
         )
     )