fixes #9818
This commit is contained in:
parent
abfa6a325a
commit
e2580ea469
|
|
@ -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',
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue