[PR #15508] [MERGED] Fixes: #15502 - Correct exception on IP import form when VM is target #14603

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15508
Author: @DanSheps
Created: 3/22/2024
Status: Merged
Merged: 4/3/2024
Merged by: @jeremystretch

Base: developHead: 15502-fix-primary-ip-vm-import


📝 Commits (1)

  • 799723a Fixes: #15502 - Correct exception on IP import form when VM is target

📊 Changes

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

View changed files

📝 netbox/ipam/forms/bulk_import.py (+1 -1)

📄 Description

Fixes: #15502 - Correct exception on IP import form when VM is target

  • Modify save() to use .get() around cleaned data when determining parent

🔄 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/15508 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 3/22/2024 **Status:** ✅ Merged **Merged:** 4/3/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `15502-fix-primary-ip-vm-import` --- ### 📝 Commits (1) - [`799723a`](https://github.com/netbox-community/netbox/commit/799723a33731890a40e354fcac81e960b6c82ac3) Fixes: #15502 - Correct exception on IP import form when VM is target ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/forms/bulk_import.py` (+1 -1) </details> ### 📄 Description ### Fixes: #15502 - Correct exception on IP import form when VM is target * Modify save() to use .get() around cleaned data when determining parent --- <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:25:26 +01:00
adam closed this issue 2025-12-29 23:25:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14603