[PR #7285] [MERGED] Fixes #7273: Disable automatic sorting of select options fetched via API #13227

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7285
Author: @jeremystretch
Created: 9/16/2021
Status: Merged
Merged: 9/17/2021
Merged by: @jeremystretch

Base: developHead: 7273-apiselect-sorting


📝 Commits (2)

📊 Changes

5 files changed (+5 additions, -28 deletions)

View changed files

📝 docs/release-notes/version-3.0.md (+1 -0)
📝 netbox/dcim/forms.py (+1 -3)
📝 netbox/project-static/dist/netbox.js (+1 -1)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
📝 netbox/project-static/src/select/api/apiSelect.ts (+1 -23)

📄 Description

Fixes: #7273

This removes the auto-sorting bit from APISelect. AFAICT it's not needed but I could be wrong.


🔄 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/7285 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/16/2021 **Status:** ✅ Merged **Merged:** 9/17/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `7273-apiselect-sorting` --- ### 📝 Commits (2) - [`6f24a93`](https://github.com/netbox-community/netbox/commit/6f24a938d9be7edaca410e94ff548652f508be9f) Fixes #7273: Disable automatic sorting of select options fetched via API - [`0b2862b`](https://github.com/netbox-community/netbox/commit/0b2862be54be6b1f9f511d0a0675acac878dad47) Changelog for #5775 ### 📊 Changes **5 files changed** (+5 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.0.md` (+1 -0) 📝 `netbox/dcim/forms.py` (+1 -3) 📝 `netbox/project-static/dist/netbox.js` (+1 -1) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) 📝 `netbox/project-static/src/select/api/apiSelect.ts` (+1 -23) </details> ### 📄 Description ### Fixes: #7273 This removes the auto-sorting bit from APISelect. AFAICT it's not needed but I could be wrong. --- <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 22:26:06 +01:00
adam closed this issue 2025-12-29 22:26: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#13227