Disconnecting a cable from a device component does not pass return URL #4357

Closed
opened 2025-12-29 18:35:09 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Dec 15, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.9
  • NetBox version: 2.10.0

Steps to Reproduce

  1. View a device with at least one interface with a cable attached to it.
  2. Click the red "Remove cable" button to delete the cable and confirm its deletion

Expected Behavior

The cable should be deleted and the user should return to the device view.

Observed Behavior

The cable is deleted, but the user is redirected to the cables list view because no return_url is passed.

Originally created by @jeremystretch on GitHub (Dec 15, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.9 * NetBox version: 2.10.0 ### Steps to Reproduce 1. View a device with at least one interface with a cable attached to it. 2. Click the red "Remove cable" button to delete the cable and confirm its deletion ### Expected Behavior The cable should be deleted and the user should return to the device view. ### Observed Behavior The cable is deleted, but the user is redirected to the cables list view because no `return_url` is passed.
adam added the type: bugstatus: accepted labels 2025-12-29 18:35:09 +01:00
adam closed this issue 2025-12-29 18:35:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4357