[PR #20455] [MERGED] 19615 append extra query params to static template tag #15926

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20455
Author: @arthanson
Created: 9/30/2025
Status: Merged
Merged: 10/13/2025
Merged by: @jnovinger

Base: mainHead: 19615-static-s3


📝 Commits (8)

  • 6491035 19615 append extra query params to static template tag
  • 6a3bd9a 19615 append extra query params to static template tag
  • c67355a 19615 log if duplicated params
  • ec365bf 19615 log if duplicated params
  • 0665146 19615 temp change for git
  • e5174bb Merge branch 'main' into 19615-static-s3
  • afa2560 20542 update doc string
  • e283893 20542 add tests

📊 Changes

3 files changed (+107 additions, -4 deletions)

View changed files

📝 netbox/templates/base/base.html (+4 -4)
📝 netbox/utilities/templatetags/builtins/tags.py (+55 -0)
netbox/utilities/tests/test_templatetags.py (+48 -0)

📄 Description

Fixes: #19615


🔄 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/20455 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `19615-static-s3` --- ### 📝 Commits (8) - [`6491035`](https://github.com/netbox-community/netbox/commit/64910356b73430340622b62a076aabe9349ccbb6) 19615 append extra query params to static template tag - [`6a3bd9a`](https://github.com/netbox-community/netbox/commit/6a3bd9acc33ee88a67a57520c753e3007cd90681) 19615 append extra query params to static template tag - [`c67355a`](https://github.com/netbox-community/netbox/commit/c67355a6f911fd6d87a8f10b433f8f447914379c) 19615 log if duplicated params - [`ec365bf`](https://github.com/netbox-community/netbox/commit/ec365bfd835910d9f487ac3ebf5b2c3a517fb939) 19615 log if duplicated params - [`0665146`](https://github.com/netbox-community/netbox/commit/06651462c714164b46ec4c59e99d286aa5dfdacb) 19615 temp change for git - [`e5174bb`](https://github.com/netbox-community/netbox/commit/e5174bb723d638d349555cc50e0a677927f33fe6) Merge branch 'main' into 19615-static-s3 - [`afa2560`](https://github.com/netbox-community/netbox/commit/afa25607edc7a0a4afd3bb8768cad9483d308bdf) 20542 update doc string - [`e283893`](https://github.com/netbox-community/netbox/commit/e2838936207add16aca503a95c54c9f99edc244d) 20542 add tests ### 📊 Changes **3 files changed** (+107 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/base/base.html` (+4 -4) 📝 `netbox/utilities/templatetags/builtins/tags.py` (+55 -0) ➕ `netbox/utilities/tests/test_templatetags.py` (+48 -0) </details> ### 📄 Description ### Fixes: #19615 --- <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:24:50 +01:00
adam closed this issue 2025-12-30 00:24:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15926