Skip to content

Providers list view "ACCOUNT COUNT" column using wrong attribute name in link #16963

Closed
@jsenecal

Description

@jsenecal

Deployment Type

Self-hosted

NetBox Version

v4.0.7

Python Version

3.10

Steps to Reproduce

  1. Create at least two Providers
  2. Create at least two Provider Accounts linked to multiple different Providers
  3. Navigate to Providers list view and click on a non-zero "ACCOUNT COUNT" (notice the Provider name)
  4. Notice that the url filter is using account_id instead of provider_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

Metadata

Metadata

Assignees

Labels

severity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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