[PR #16426] [MERGED] 16256 - Allow alphabetical ordering of bookmarks on dashboard #14853

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16426
Author: @Julio-Oliveira-Encora
Created: 6/6/2024
Status: Merged
Merged: 6/11/2024
Merged by: @jeremystretch

Base: developHead: 16256-allow_alphabetical_ordering_of_bookmarks_on_dashboard


📝 Commits (4)

  • 759cbc3 Added alphabetical ordering of bookmarks.
  • f159c95 Merge branch 'develop' into 16256-allow_alphabetical_ordering_of_bookmarks_on_dashboard
  • 5b7e031 Addressed PR comments.
  • 46065e1 Rename choice constants & fix unrelated typo

📊 Changes

2 files changed (+13 additions, -3 deletions)

View changed files

📝 netbox/extras/choices.py (+4 -0)
📝 netbox/extras/dashboard/widgets.py (+9 -3)

📄 Description

Fixes: #16256

Added alphabetical ordering option for bookmarks.


🔄 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/16426 **Author:** [@Julio-Oliveira-Encora](https://github.com/Julio-Oliveira-Encora) **Created:** 6/6/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16256-allow_alphabetical_ordering_of_bookmarks_on_dashboard` --- ### 📝 Commits (4) - [`759cbc3`](https://github.com/netbox-community/netbox/commit/759cbc369dfd8a00030047575e860d8bd4df4fc9) Added alphabetical ordering of bookmarks. - [`f159c95`](https://github.com/netbox-community/netbox/commit/f159c9560a0376825602f3ce3d52357eceb8fe74) Merge branch 'develop' into 16256-allow_alphabetical_ordering_of_bookmarks_on_dashboard - [`5b7e031`](https://github.com/netbox-community/netbox/commit/5b7e031e2ca82e0c6f8728422f6f5ab76f16bd29) Addressed PR comments. - [`46065e1`](https://github.com/netbox-community/netbox/commit/46065e161b0d22afd063db41ce201b9e49e80052) Rename choice constants & fix unrelated typo ### 📊 Changes **2 files changed** (+13 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/choices.py` (+4 -0) 📝 `netbox/extras/dashboard/widgets.py` (+9 -3) </details> ### 📄 Description ### Fixes: #16256 Added alphabetical ordering option for bookmarks. --- <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:27:06 +01:00
adam closed this issue 2025-12-29 23:27:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14853