[PR #19630] [MERGED] Fixes #19599: Prevent exception when sorting user's recent activity #15684

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19630
Author: @jeremystretch
Created: 6/2/2025
Status: Merged
Merged: 6/4/2025
Merged by: @bctiemann

Base: mainHead: 19599-user-changelog-sorting


📝 Commits (2)

  • 357ae44 Fixes #19599: Prevent exception when sorting user's recent activity
  • e5e7a66 Apply fix to user view as well

📊 Changes

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

View changed files

📝 netbox/account/views.py (+2 -5)
📝 netbox/templates/account/profile.html (+2 -9)
netbox/templates/users/inc/user_activity.html (+16 -0)
📝 netbox/templates/users/user.html (+2 -9)
📝 netbox/users/views.py (+2 -1)

📄 Description

Fixes: #19599

  • Established a shared template for displaying a user's change history
  • Disable ordering on the user's changelog table
  • Add a link to filtered results from the global changelog

🔄 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/19630 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 6/2/2025 **Status:** ✅ Merged **Merged:** 6/4/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `main` ← **Head:** `19599-user-changelog-sorting` --- ### 📝 Commits (2) - [`357ae44`](https://github.com/netbox-community/netbox/commit/357ae44cde6085e47790ffd248b92c9211171c69) Fixes #19599: Prevent exception when sorting user's recent activity - [`e5e7a66`](https://github.com/netbox-community/netbox/commit/e5e7a66cb9f2a9bf29e442d57eabf62b487f5b86) Apply fix to user view as well ### 📊 Changes **5 files changed** (+24 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `netbox/account/views.py` (+2 -5) 📝 `netbox/templates/account/profile.html` (+2 -9) ➕ `netbox/templates/users/inc/user_activity.html` (+16 -0) 📝 `netbox/templates/users/user.html` (+2 -9) 📝 `netbox/users/views.py` (+2 -1) </details> ### 📄 Description ### Fixes: #19599 - Established a shared template for displaying a user's change history - Disable ordering on the user's changelog table - Add a link to filtered results from the global changelog --- <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-30 00:23:23 +01:00
adam closed this issue 2025-12-30 00:23:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15684