AttributeError raised when filtering bookmarks in dashboard widget by object type #9940

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

Originally created by @Olling on GitHub (Jul 4, 2024).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.0.6

Python Version

3.11

Steps to Reproduce

  1. Go to Dashboard
  2. Go to Bookmarks Configuration
  3. Select an object type like IPAM>Aggregate
  4. Order Alphabetical (A-Z) or Alphabetical (Z-A)
  5. Click Save

The bug have been reproduced both on selfhosted and on demo.netbox.dev

Expected Behavior

The Bookmarks widget should show filtered objects in an alphabetical order

Observed Behavior

<class 'AttributeError'>
'list' object has no attribute 'filter'

Python version: 3.10.14
NetBox version: 4.0.6
Plugins:
netbox_demo: 0.5.0

image

Originally created by @Olling on GitHub (Jul 4, 2024). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.0.6 ### Python Version 3.11 ### Steps to Reproduce 1. Go to Dashboard 2. Go to Bookmarks Configuration 3. Select an object type like IPAM>Aggregate 4. Order Alphabetical (A-Z) or Alphabetical (Z-A) 5. Click Save The bug have been reproduced both on selfhosted and on demo.netbox.dev ### Expected Behavior The Bookmarks widget should show filtered objects in an alphabetical order ### Observed Behavior <class 'AttributeError'> 'list' object has no attribute 'filter' Python version: 3.10.14 NetBox version: 4.0.6 Plugins: netbox_demo: 0.5.0 ![image](https://github.com/netbox-community/netbox/assets/16271163/2101aa6a-e747-4a5b-b68c-dc429ee3fc24)
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:24:44 +01:00
adam closed this issue 2025-12-29 21:24: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#9940