Juho Ylikorpi 3 лет назад
Родитель
Сommit
e2580ea469
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      netbox/dcim/forms/connections.py

+ 1 - 1
netbox/dcim/forms/connections.py

@@ -138,7 +138,7 @@ def get_cable_form(a_type, b_type):
                         label='Side',
                         disabled_indicator='_occupied',
                         query_params={
-                            'circuit_id': f'termination_{cable_end}_circuit',
+                            'circuit_id': f'$termination_{cable_end}_circuit',
                         }
                     )