mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -06:00
10719 fix regression
This commit is contained in:
parent
830a82fa7e
commit
766e9ff31b
@ -932,6 +932,7 @@ class FHRPGroupEditView(generic.ObjectEditView):
|
||||
return return_url
|
||||
|
||||
def save_related_data(self, request, form, obj):
|
||||
if form.cleaned_data.get('ip_address'):
|
||||
ipaddress = IPAddress(
|
||||
vrf=form.cleaned_data['ip_vrf'],
|
||||
address=form.cleaned_data['ip_address'],
|
||||
|
Loading…
Reference in New Issue
Block a user