Fixes #18669 - Populate custom field default values (#19115)

This commit is contained in:
atownson
2025-04-15 15:26:03 -05:00
committed by GitHub
parent cac41cd093
commit c108c738ae
2 changed files with 8 additions and 1 deletions

View File

@@ -538,7 +538,6 @@ class FHRPGroupForm(NetBoxModelForm):
role=FHRP_PROTOCOL_ROLE_MAPPINGS.get(self.cleaned_data['protocol'], IPAddressRoleChoices.ROLE_VIP),
assigned_object=instance
)
ipaddress.populate_custom_field_defaults()
ipaddress.save()
# Check that the new IPAddress conforms with any assigned object-level permissions