1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #7771: Group assignment should be optional when creating contacts via REST API

This commit is contained in:
jeremystretch
2021-11-08 08:34:10 -05:00
parent f7d0db9cd2
commit 2ce8ef5704
3 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
### Bug Fixes
* [#7756](https://github.com/netbox-community/netbox/issues/7756) - Fix AttributeError exception when editing an IP address assigned to a FHRPGroup
* [#7771](https://github.com/netbox-community/netbox/issues/7771) - Group assignment should be optional when creating contacts via REST API
---