Skip to content

Commit

Permalink
Fixes: 18593 - "Create & Add Another" broken for new IP addresses (#1…
Browse files Browse the repository at this point in the history
…8602)

* update IPAddressEditView get_extra_addanother_params

* Simplify get_extra_addanother_params
  • Loading branch information
renatoalmeidaoliveira authored Feb 11, 2025
1 parent 015ef25 commit 154b3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/ipam/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ def get_extra_addanother_params(self, request):
return {'interface': request.GET['interface']}
elif 'vminterface' in request.GET:
return {'vminterface': request.GET['vminterface']}
return {}


# TODO: Standardize or remove this view
Expand Down

0 comments on commit 154b3a7

Please sign in to comment.