PATCH requests to cable-terminations do not update the old endpoint #12023
Labels
severity: medium
Results in substantial degraded or broken functionality for specfic workflows
status: accepted
This issue has been accepted for implementation
topic: cabling
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.4.6
Python version
3.8
Steps to Reproduce
I came across bug #11901 (although I am working with front ports not interfaces), and had the idea of sending the PATCH/PUT to /dcim/cable-terminations/{id} directly instead of the cable.
The results are an imporovement, but still has to problem that the old endpoint still thinks it is connected to the cable.
Steps to reproduce:
Expected Behavior
The cable is moved from port two to port three, and there are no references to the cable on port two
Observed Behavior
Looking at the properties of the cable, it shows that it is connected to ports one and three as expected.
However, from the front port view, port two still reports as being connected to the cable as well as ports one and three.
The text was updated successfully, but these errors were encountered: