[PR #20171] [MERGED] Fixes #20164 - Add status field to PowerOutlet bulk create form #15842

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20171
Author: @pheus
Created: 8/25/2025
Status: Merged
Merged: 8/25/2025
Merged by: @jeremystretch

Base: mainHead: 20164-add-status-field-to-power-outlet-bulk-create-form


📝 Commits (1)

  • 0713dbd fix(dcim): Add status field to PowerOutlet bulk create form

📊 Changes

1 file changed (+5 additions, -2 deletions)

View changed files

📝 netbox/dcim/forms/bulk_create.py (+5 -2)

📄 Description

Fixes: #20164

Includes the status field in the PowerOutlet bulk create form to allow configuration during bulk creation.

Summary

  • Add status to the DCIM PowerOutlet bulk create form.
  • Brings bulk create in line with single-object create/edit behavior.

Validation

  1. On Devices, select multiple devices.
  2. Click Add Components → Power Outlets.
  3. Enter a Name pattern (e.g., [1-9]), choose a Status, and click Create.
  4. Verify the expected outlets are created for each device with the selected status.

Notes

  • UI-only change; no model or API impact.

🔄 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/20171 **Author:** [@pheus](https://github.com/pheus) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 8/25/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `20164-add-status-field-to-power-outlet-bulk-create-form` --- ### 📝 Commits (1) - [`0713dbd`](https://github.com/netbox-community/netbox/commit/0713dbdfbadc605ce63d2f36b47001f2c5b5d658) fix(dcim): Add status field to PowerOutlet bulk create form ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms/bulk_create.py` (+5 -2) </details> ### 📄 Description ### Fixes: #20164 Includes the `status` field in the PowerOutlet bulk create form to allow configuration during bulk creation. ### Summary - Add `status` to the DCIM PowerOutlet bulk create form. - Brings bulk create in line with single-object create/edit behavior. ### Validation 1) On **Devices**, select multiple devices. 2) Click **Add Components → Power Outlets**. 3) Enter a Name pattern (e.g., `[1-9]`), choose a **Status**, and click **Create**. 4) Verify the expected outlets are created for each device with the selected status. ### Notes - UI-only change; no model or API impact. --- <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:21 +01:00
adam closed this issue 2025-12-30 00:24:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15842