-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.0.3
Python version
3.9
Steps to Reproduce
- Enter a couple of Circuits and Circuit-providers.
- Navigate to one specific circuit, e.g.:
.../circuits/circuits/123/ - 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 implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application