Filtering connection lists by device name raises an exception #4473

Closed
opened 2025-12-29 18:36:23 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Jan 19, 2021).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.9
  • NetBox version: 2.10.3

Steps to Reproduce

  1. Create an interface connection between two devices
  2. Attempt to filter the interface connections list using the name of either device (e.g. ?device=device1)

This also applies to the console and power connection lists.

Expected Behavior

Only the interface connections for the specified device should be listed.

Observed Behavior

A ValueError exception is raised.

This was originally reported as part of #5627.

Originally created by @jeremystretch on GitHub (Jan 19, 2021). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.9 * NetBox version: 2.10.3 ### Steps to Reproduce 1. Create an interface connection between two devices 2. Attempt to filter the interface connections list using the name of either device (e.g. `?device=device1`) This also applies to the console and power connection lists. ### Expected Behavior Only the interface connections for the specified device should be listed. ### Observed Behavior A ValueError exception is raised. This was originally reported as part of #5627.
adam added the type: bugstatus: accepted labels 2025-12-29 18:36:23 +01:00
adam closed this issue 2025-12-29 18:36:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4473