[PR #11458] [MERGED] Fixes #11440 - Add the enabled field to InterfaceTemplate #13792

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11458
Author: @kkthxbye-code
Created: 1/10/2023
Status: Merged
Merged: 1/24/2023
Merged by: @jeremystretch

Base: featureHead: 11440-add-enabled-interfacetemplate


📝 Commits (1)

  • fd65ba0 Add the enabled filed to InterfaceTemplate

📊 Changes

10 files changed (+47 additions, -8 deletions)

View changed files

📝 netbox/dcim/api/serializers.py (+1 -1)
📝 netbox/dcim/filtersets.py (+1 -1)
📝 netbox/dcim/forms/bulk_edit.py (+4 -0)
📝 netbox/dcim/forms/model_forms.py (+2 -2)
📝 netbox/dcim/forms/object_import.py (+1 -1)
netbox/dcim/migrations/0168_interface_template_enabled.py (+18 -0)
📝 netbox/dcim/models/device_component_templates.py (+5 -0)
📝 netbox/dcim/tables/devicetypes.py (+2 -1)
📝 netbox/dcim/tests/test_filtersets.py (+8 -2)
📝 netbox/dcim/tests/test_views.py (+5 -0)

📄 Description

Fixes: #11440

This PR adds the enabled field to InterfaceTemplate - tested with both modules and devicetypes.


🔄 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/11458 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 1/10/2023 **Status:** ✅ Merged **Merged:** 1/24/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `11440-add-enabled-interfacetemplate` --- ### 📝 Commits (1) - [`fd65ba0`](https://github.com/netbox-community/netbox/commit/fd65ba0f117e5d4393ee383cb9ba34e4d1493841) Add the `enabled` filed to InterfaceTemplate ### 📊 Changes **10 files changed** (+47 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/serializers.py` (+1 -1) 📝 `netbox/dcim/filtersets.py` (+1 -1) 📝 `netbox/dcim/forms/bulk_edit.py` (+4 -0) 📝 `netbox/dcim/forms/model_forms.py` (+2 -2) 📝 `netbox/dcim/forms/object_import.py` (+1 -1) ➕ `netbox/dcim/migrations/0168_interface_template_enabled.py` (+18 -0) 📝 `netbox/dcim/models/device_component_templates.py` (+5 -0) 📝 `netbox/dcim/tables/devicetypes.py` (+2 -1) 📝 `netbox/dcim/tests/test_filtersets.py` (+8 -2) 📝 `netbox/dcim/tests/test_views.py` (+5 -0) </details> ### 📄 Description ### Fixes: #11440 This PR adds the `enabled` field to InterfaceTemplate - tested with both modules and devicetypes. --- <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:20:50 +01:00
adam closed this issue 2025-12-29 23:20: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#13792