-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Closed
Copy link
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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
Deployment Type
Self-hosted
NetBox Version
v4.0.7
Python Version
3.10
Steps to Reproduce
- Create at least two Providers
- Create at least two Provider Accounts linked to multiple different Providers
- Navigate to Providers list view and click on a non-zero "ACCOUNT COUNT" (notice the Provider name)
- Notice that the url filter is using
account_idinstead ofprovider_idwhich results in the list not being properly filtered for that Provider
Expected Behavior
The resulting Provider Account list should be filtered to only display Accounts belonging to that Provider
Observed Behavior
All the Accounts are displayed, unfiltered, due to the url parameter applied is account_id instead of provider_id
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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