[PR #15027] [MERGED] Fixes #14945: Fix "select all" button for device type components #14505

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15027
Author: @jeremystretch
Created: 2/2/2024
Status: Merged
Merged: 2/5/2024
Merged by: @jeremystretch

Base: developHead: 14945-fix-select-all


📝 Commits (1)

  • 45956e3 Fixes #14945: Fix "select all" button for device type components

📊 Changes

2 files changed (+38 additions, -42 deletions)

View changed files

📝 netbox/dcim/views.py (+5 -1)
📝 netbox/templates/dcim/devicetype/component_templates.html (+33 -41)

📄 Description

Fixes: #14945

This updates the component_templates.html template to inherit from the standard template for subclasses of generic.ObjectChildrenView.


🔄 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/15027 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/2/2024 **Status:** ✅ Merged **Merged:** 2/5/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `14945-fix-select-all` --- ### 📝 Commits (1) - [`45956e3`](https://github.com/netbox-community/netbox/commit/45956e362e6b2d574f8dfe48f13d41d3deaeb6ba) Fixes #14945: Fix "select all" button for device type components ### 📊 Changes **2 files changed** (+38 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/views.py` (+5 -1) 📝 `netbox/templates/dcim/devicetype/component_templates.html` (+33 -41) </details> ### 📄 Description ### Fixes: #14945 This updates the `component_templates.html` template to inherit from the standard template for subclasses of `generic.ObjectChildrenView`. --- <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:24:51 +01:00
adam closed this issue 2025-12-29 23:24:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14505