[PR #18542] [MERGED] Fix #18181 - Create & Add another IP address on interfaces is not working correctly #15373

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18542
Author: @renatoalmeidaoliveira
Created: 1/30/2025
Status: Merged
Merged: 1/31/2025
Merged by: @jeremystretch

Base: mainHead: 18181-get_extra_addanother_params


📝 Commits (1)

  • c1a8739 Add get_extra_addanother_params method in IPAddressEditView

📊 Changes

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

View changed files

📝 netbox/ipam/views.py (+6 -0)

📄 Description

Fixes: #18181 Create & Add another IP address on interfaces is not working correctly

  • Add method get_extra_addanother_params to IPAddressEditView
  • Check if vminterface or interface exists in request.GET and returns the correct dict

🔄 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/18542 **Author:** [@renatoalmeidaoliveira](https://github.com/renatoalmeidaoliveira) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 1/31/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `18181-get_extra_addanother_params` --- ### 📝 Commits (1) - [`c1a8739`](https://github.com/netbox-community/netbox/commit/c1a8739b045fd06877f7ebf80e9e3f4020ec8166) Add get_extra_addanother_params method in IPAddressEditView ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/views.py` (+6 -0) </details> ### 📄 Description ### Fixes: #18181 Create & Add another IP address on interfaces is not working correctly * Add method get_extra_addanother_params to IPAddressEditView * Check if vminterface or interface exists in request.GET and returns the correct dict --- <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:21:33 +01:00
adam closed this issue 2025-12-30 00:21:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15373