Faulty breadcrumb link in Circuits detail view #5408

Closed
opened 2025-12-29 19:27:37 +01:00 by adam · 0 comments
Owner

Originally created by @jbakklund on GitHub (Sep 22, 2021).

Originally assigned to: @DanSheps on GitHub.

NetBox version

v3.0.3

Python version

3.9

Steps to Reproduce

  1. Enter a couple of Circuits and Circuit-providers.
  2. Navigate to one specific circuit, e.g.: .../circuits/circuits/123/
  3. Click on the providers name in the breadcrumb path at the top of the view 'Circuits > [Provider]'

Expected Behavior

You should be presented a filtered list of circuits, all related to that one single provider.

Observed Behavior

What you get, is a list of all circuits. This is because the parameter used in the URL misses the "_id" part of the actual variable name.

The link uses .../circuits/circuits/?provider=1
while it should be using .../circuits/circuits/?provider_id=1

Originally created by @jbakklund on GitHub (Sep 22, 2021). Originally assigned to: @DanSheps on GitHub. ### NetBox version v3.0.3 ### Python version 3.9 ### Steps to Reproduce 1. Enter a couple of Circuits and Circuit-providers. 2. Navigate to one specific circuit, e.g.: `.../circuits/circuits/123/` 2. Click on the providers name in the breadcrumb path at the top of the view '**Circuits > [Provider]**' ### Expected Behavior You should be presented a filtered list of circuits, all related to that one single provider. ### Observed Behavior What you get, is a list of all circuits. This is because the parameter used in the URL misses the "`_id`" part of the actual variable name. The link uses `.../circuits/circuits/?provider=1` while it should be using `.../circuits/circuits/?provider_id=1`
adam added the type: bugstatus: accepted labels 2025-12-29 19:27:37 +01:00
adam closed this issue 2025-12-29 19:27:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5408