Fixes #7757: Fix 404 when assigning multiple contacts/FHRP groups in succession

This commit is contained in:
jeremystretch
2021-11-09 17:08:28 -05:00
parent a6796897cd
commit 1f1ef4ffbf
8 changed files with 12 additions and 66 deletions

View File

@@ -8,6 +8,7 @@
### Bug Fixes
* [#7756](https://github.com/netbox-community/netbox/issues/7756) - Fix AttributeError exception when editing an IP address assigned to a FHRPGroup
* [#7757](https://github.com/netbox-community/netbox/issues/7757) - Fix 404 when assigning multiple contacts/FHRP groups in succession
* [#7768](https://github.com/netbox-community/netbox/issues/7768) - Validate IP address status when creating a new FHRP group
* [#7771](https://github.com/netbox-community/netbox/issues/7771) - Group assignment should be optional when creating contacts via REST API