Exception when filtering devices by "has power outlets" #2635

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

Originally created by @jeremystretch on GitHub (May 28, 2019).

Environment

  • Python version: 3.5.2
  • NetBox version: 2.5.12

Steps to Reproduce

  1. Navigate to the devices list.
  2. Select a value of "yes" or "no" for the "has power outlets" filter and click Search.

Expected Behavior

NetBox should return a list of devices filtered appropriately.

Observed Behavior

A server error is raised:

FieldError at /dcim/devices/

Cannot resolve keyword 'poweroutlets_isnull' into field. Choices are: asset_tag, cluster, cluster_id, comments, consoleports, ...
Originally created by @jeremystretch on GitHub (May 28, 2019). ### Environment * Python version: 3.5.2 * NetBox version: 2.5.12 ### Steps to Reproduce 1. Navigate to the devices list. 2. Select a value of "yes" or "no" for the "has power outlets" filter and click Search. ### Expected Behavior NetBox should return a list of devices filtered appropriately. ### Observed Behavior A server error is raised: ``` FieldError at /dcim/devices/ Cannot resolve keyword 'poweroutlets_isnull' into field. Choices are: asset_tag, cluster, cluster_id, comments, consoleports, ... ```
adam added the type: bugstatus: accepted labels 2025-12-29 18:20:44 +01:00
adam closed this issue 2025-12-29 18:20:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2635