Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to sort prefixes by VLAN name/ID (regardless of site) #18282

Open
markkuleinio opened this issue Dec 30, 2024 · 0 comments
Open

Unable to sort prefixes by VLAN name/ID (regardless of site) #18282

markkuleinio opened this issue Dec 30, 2024 · 0 comments
Labels
status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application

Comments

@markkuleinio
Copy link
Contributor

Deployment Type

Self-hosted

Triage priority

N/A

NetBox Version

v4.1.10

Python Version

3.11

Steps to Reproduce

  1. Create two sites: Site1 and Site2
  2. Create two VLANs for Site1: 111 (VLAN111) and 222 (VLAN222)
  3. Create two VLANs for Site2: 111 (VLAN111) and 222 (VLAN222)
  4. Create four prefixes:
    1. 10.1.111.0/24, Site1, VLAN111
    2. 10.1.222.0/24, Site1, VLAN222
    3. 10.2.111.0/24, Site2, VLAN111
    4. 10.2.222.0/24, Site2, VLAN222
  5. Go to Prefixes list and click the VLAN column to sort the prefixes by VLAN

Expected Behavior

The prefixes are shown sorted by the VLAN name/ID (as shown in the VLAN column).

Observed Behavior

The prefixes are shown sorted by some other data, not by the data shown in the VLAN column:

image

@markkuleinio markkuleinio added status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application labels Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

1 participant