[PR #19563] [CLOSED] #19561 fix changelog table on profile page #15671

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19563
Author: @arthanson
Created: 5/22/2025
Status: Closed

Base: mainHead: 19561-profile


📝 Commits (2)

📊 Changes

4 files changed (+4 additions, -2 deletions)

View changed files

📝 netbox/account/views.py (+1 -1)
📝 netbox/templates/account/profile.html (+1 -0)
📝 netbox/templates/users/user.html (+1 -0)
📝 netbox/users/views.py (+1 -1)

📄 Description

Fixes: #19561

Removes the split from the queryset for the changelog on the profile page, I don't see any reason to keep it there. Added the pagination so can get all the info.
Monosnap User Profile | NetBox 2025-05-22 14-33-01


🔄 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/19563 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 5/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `19561-profile` --- ### 📝 Commits (2) - [`478bb40`](https://github.com/netbox-community/netbox/commit/478bb4027f8c120d58284e00669d8144387d78fd) #19561 fix changelog table on profile page - [`ecf825d`](https://github.com/netbox-community/netbox/commit/ecf825d73046b39b53c2c812ad197252f41f9c4b) #19561 update user changelog table ### 📊 Changes **4 files changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/account/views.py` (+1 -1) 📝 `netbox/templates/account/profile.html` (+1 -0) 📝 `netbox/templates/users/user.html` (+1 -0) 📝 `netbox/users/views.py` (+1 -1) </details> ### 📄 Description ### Fixes: #19561 Removes the split from the queryset for the changelog on the profile page, I don't see any reason to keep it there. Added the pagination so can get all the info. ![Monosnap User Profile | NetBox 2025-05-22 14-33-01](https://github.com/user-attachments/assets/7c8130e5-fb9a-463b-986e-364b7d758d6e) --- <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:20 +01:00
adam closed this issue 2025-12-30 00:23:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15671