[PR #9483] [MERGED] Fixes #9480 - Make the Service and ServiceTemplate tables sortable by ports #13473

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9483
Author: @kkthxbye-code
Created: 6/5/2022
Status: Merged
Merged: 6/7/2022
Merged by: @jeremystretch

Base: developHead: fix-9480


📝 Commits (1)

  • bb2d21a Make the Service and ServiceTemplate tables sortable by ports

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 netbox/ipam/tables/services.py (+4 -2)

📄 Description

Fixes: #9480

Added the order_by argument to sort by the real db field instead of the computed list.


🔄 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/9483 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 6/5/2022 **Status:** ✅ Merged **Merged:** 6/7/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `fix-9480` --- ### 📝 Commits (1) - [`bb2d21a`](https://github.com/netbox-community/netbox/commit/bb2d21abdd552e028392f685a0f0d68710d2961f) Make the Service and ServiceTemplate tables sortable by ports ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/tables/services.py` (+4 -2) </details> ### 📄 Description ### Fixes: #9480 Added the order_by argument to sort by the real db field instead of the computed list. --- <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:19:03 +01:00
adam closed this issue 2025-12-29 23:19:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13473