Просмотр исходного кода

Fixes #3204: Fix connecting cables to interfaces

Alexander Olofsson 6 лет назад
Родитель
Сommit
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',
             }
         )
     )