[PR #12434] [MERGED] 12433 update object list widget to correctly parameterize urls #13970

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12434
Author: @arthanson
Created: 5/2/2023
Status: Merged
Merged: 5/3/2023
Merged by: @jeremystretch

Base: developHead: 12433-widget-url


📝 Commits (4)

  • 9e1dbdf 12433 update object list widget to correctly parameterize urls
  • 9c6ffe4 Update netbox/extras/dashboard/widgets.py
  • 671996a 12433 fix indent
  • 8c87bae Correct per_page query parameter

📊 Changes

2 files changed (+6 additions, -3 deletions)

View changed files

📝 netbox/extras/dashboard/widgets.py (+5 -2)
📝 netbox/templates/extras/dashboard/widgets/objectlist.html (+1 -1)

📄 Description

Fixes: #12433

Moves the page_size concatenation for object list view widget from the template to the widget code so parameter concatenation is done correctly.


🔄 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/12434 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 5/2/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `12433-widget-url` --- ### 📝 Commits (4) - [`9e1dbdf`](https://github.com/netbox-community/netbox/commit/9e1dbdf74df7dfa4559c2e29b30ada620585fb46) 12433 update object list widget to correctly parameterize urls - [`9c6ffe4`](https://github.com/netbox-community/netbox/commit/9c6ffe403730382ab26700fb39870125152f7e77) Update netbox/extras/dashboard/widgets.py - [`671996a`](https://github.com/netbox-community/netbox/commit/671996a8f648c9aa69268630814552bb8ec34a32) 12433 fix indent - [`8c87bae`](https://github.com/netbox-community/netbox/commit/8c87bae31c9daa2e7a86c4697d1f32742a77c7a5) Correct per_page query parameter ### 📊 Changes **2 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/dashboard/widgets.py` (+5 -2) 📝 `netbox/templates/extras/dashboard/widgets/objectlist.html` (+1 -1) </details> ### 📄 Description ### Fixes: #12433 Moves the page_size concatenation for object list view widget from the template to the widget code so parameter concatenation is done correctly. --- <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:21:49 +01:00
adam closed this issue 2025-12-29 23:21:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13970