[PR #13402] [MERGED] #13388: Misc suggested optimizations #14179

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13402
Author: @jeremystretch
Created: 8/7/2023
Status: Merged
Merged: 8/7/2023
Merged by: @abhi1693

Base: feat/12110-generic-tab-viewHead: 13388-optimizations


📝 Commits (3)

  • 4c2a440 Move bulk operations view resolution to template
  • 2af2ccc Avoid setting default template_name on ObjectChildrenView
  • 9652210 Move base_template and table_config context vars to base context

📊 Changes

4 files changed (+28 additions, -47 deletions)

View changed files

📝 netbox/ipam/views.py (+4 -8)
📝 netbox/netbox/views/generic/object_views.py (+3 -23)
📝 netbox/templates/generic/object_tab.html (+18 -16)
📝 netbox/virtualization/views.py (+3 -0)

📄 Description

A set of proposed changes to #13388. (Apologies for jumping the gun on the draft PR.)


🔄 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/13402 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/7/2023 **Status:** ✅ Merged **Merged:** 8/7/2023 **Merged by:** [@abhi1693](https://github.com/abhi1693) **Base:** `feat/12110-generic-tab-view` ← **Head:** `13388-optimizations` --- ### 📝 Commits (3) - [`4c2a440`](https://github.com/netbox-community/netbox/commit/4c2a4406a2452de138ccd0e12d9a757b18301521) Move bulk operations view resolution to template - [`2af2ccc`](https://github.com/netbox-community/netbox/commit/2af2ccc6c1db437f1a5d035d510beb9804c59d73) Avoid setting default template_name on ObjectChildrenView - [`9652210`](https://github.com/netbox-community/netbox/commit/9652210d56e5216728613359ed891a20184a5214) Move base_template and table_config context vars to base context ### 📊 Changes **4 files changed** (+28 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/views.py` (+4 -8) 📝 `netbox/netbox/views/generic/object_views.py` (+3 -23) 📝 `netbox/templates/generic/object_tab.html` (+18 -16) 📝 `netbox/virtualization/views.py` (+3 -0) </details> ### 📄 Description A set of proposed changes to #13388. (Apologies for jumping the gun on the draft PR.) --- <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:23:02 +01:00
adam closed this issue 2025-12-29 23:23:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14179