[PR #20650] [CLOSED] Closes #20459 : add is_oob and is_primary on IPAddress bulk_edit #15996

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20650
Author: @pl0xym0r
Created: 10/21/2025
Status: Closed

Base: mainHead: 20459_oob_ip_bulkeedit


📝 Commits (1)

📊 Changes

3 files changed (+90 additions, -1 deletions)

View changed files

📝 netbox/ipam/forms/bulk_edit.py (+11 -1)
📝 netbox/ipam/tests/test_views.py (+43 -0)
📝 netbox/ipam/views.py (+36 -0)

📄 Description

Closes: #20459

Added parameters is_oob and is_primary on the IPAddress bulk_edit.
Logic + validation is done in the view.
Added tests.

Capture

🔄 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/20650 **Author:** [@pl0xym0r](https://github.com/pl0xym0r) **Created:** 10/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `20459_oob_ip_bulkeedit` --- ### 📝 Commits (1) - [`8f98bc0`](https://github.com/netbox-community/netbox/commit/8f98bc023bd575f6a616fb43beac41b3cad6a5b9) Closes #20459 : add is_oob and is_primary on bulk_edit ### 📊 Changes **3 files changed** (+90 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/forms/bulk_edit.py` (+11 -1) 📝 `netbox/ipam/tests/test_views.py` (+43 -0) 📝 `netbox/ipam/views.py` (+36 -0) </details> ### 📄 Description ### Closes: #20459 Added parameters is_oob and is_primary on the IPAddress bulk_edit. Logic + validation is done in the view. Added tests. <img width="1586" height="857" alt="Capture" src="https://github.com/user-attachments/assets/3bb9843b-1eb3-43a9-bfd8-97220095db7b" /> --- <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:25:14 +01:00
adam closed this issue 2025-12-30 00:25:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15996