Closed
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_id
instead ofprovider_id
which 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