[PR #11135] [MERGED] Fixes #11128 - Disable sorting by object_repr on ObjectChangeTable #13742

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11135
Author: @kkthxbye-code
Created: 12/8/2022
Status: Merged
Merged: 12/8/2022
Merged by: @jeremystretch

Base: developHead: 11128-fix-changelog-sort


📝 Commits (1)

  • 5ef2657 Disable sorting by object_repr on ObjectChangeTable

📊 Changes

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

View changed files

📝 netbox/extras/tables/tables.py (+2 -1)

📄 Description

Fixes: #11128

Sorting by object_repr causes an exception. Fix is to disable ordering for that field.


🔄 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/11135 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 12/8/2022 **Status:** ✅ Merged **Merged:** 12/8/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `11128-fix-changelog-sort` --- ### 📝 Commits (1) - [`5ef2657`](https://github.com/netbox-community/netbox/commit/5ef265740fab78b733ce7cda5e32fb9cefc91e8c) Disable sorting by object_repr on ObjectChangeTable ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/tables/tables.py` (+2 -1) </details> ### 📄 Description ### Fixes: #11128 Sorting by object_repr causes an exception. Fix is to disable ordering for that field. --- <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:20:33 +01:00
adam closed this issue 2025-12-29 23:20:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13742