[PR #15839] [MERGED] 15815 convert dashboard widgets for users/groups #14695

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15839
Author: @arthanson
Created: 4/24/2024
Status: Merged
Merged: 5/1/2024
Merged by: @jeremystretch

Base: featureHead: 15815-dashboard-widget


📝 Commits (4)

  • fde5808 15815 convert dashboard widgets for users/groups
  • d3c77fc 15815 review fixes
  • 1a33692 15815 catch DoesNotExist for widget content type
  • 3f0ad40 15815 add logging

📊 Changes

2 files changed (+41 additions, -2 deletions)

View changed files

📝 netbox/extras/dashboard/widgets.py (+12 -2)
netbox/extras/migrations/0115_convert_dashboard_widgets.py (+29 -0)

📄 Description

Fixes: #15815

Convert dashboard widgets using users.netboxuser -> users.user and users.netboxgroup -> users.group


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/15839 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 4/24/2024 **Status:** ✅ Merged **Merged:** 5/1/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15815-dashboard-widget` --- ### 📝 Commits (4) - [`fde5808`](https://github.com/netbox-community/netbox/commit/fde580807b34439b185f32edbef7e5fca60830b1) 15815 convert dashboard widgets for users/groups - [`d3c77fc`](https://github.com/netbox-community/netbox/commit/d3c77fc67fb6a10aa25722b00801d381fc5345b9) 15815 review fixes - [`1a33692`](https://github.com/netbox-community/netbox/commit/1a33692ae74c52cf71fef4de4947a26ebce35986) 15815 catch DoesNotExist for widget content type - [`3f0ad40`](https://github.com/netbox-community/netbox/commit/3f0ad4063c15e8081b5c25115f2ce685496766d3) 15815 add logging ### 📊 Changes **2 files changed** (+41 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/dashboard/widgets.py` (+12 -2) ➕ `netbox/extras/migrations/0115_convert_dashboard_widgets.py` (+29 -0) </details> ### 📄 Description ### Fixes: #15815 Convert dashboard widgets using `users.netboxuser` -> `users.user` and `users.netboxgroup` -> `users.group` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:26:07 +01:00
adam closed this issue 2025-12-29 23:26:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14695