Skip to content

Faulty breadcrumb link in Circuits detail view #7341

@jbakklund

Description

@jbakklund

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

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions