Fixes #9682: Fix bulk assignment of ASNs to sites

This commit is contained in:
jeremystretch
2022-07-08 14:16:42 -04:00
parent 29f629156a
commit 55b3e4eeb3
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
* [#8854](https://github.com/netbox-community/netbox/issues/8854) - Fix `REMOTE_AUTH_DEFAULT_GROUPS` for social-auth backends
* [#9575](https://github.com/netbox-community/netbox/issues/9575) - Fix AttributeError exception for FHRP group with an IP address assigned
* [#9597](https://github.com/netbox-community/netbox/issues/9597) - Include `installed_module` in module bay REST API serializer
* [#9682](https://github.com/netbox-community/netbox/issues/9682) - Fix bulk assignment of ASNs to sites
---