Fixes #8255: Fix bulk editing of authentication parameters for wireless LANs and links

This commit is contained in:
jeremystretch
2022-01-06 08:54:05 -05:00
parent 80a5682c56
commit c4728545e9
2 changed files with 16 additions and 10 deletions

View File

@@ -14,6 +14,7 @@
* [#8224](https://github.com/netbox-community/netbox/issues/8224) - Fix KeyError exception when creating FHRP group with IP address and protocol "other"
* [#8226](https://github.com/netbox-community/netbox/issues/8226) - Honor return URL after populating a device bay
* [#8228](https://github.com/netbox-community/netbox/issues/8228) - Optional ChoiceVar fields should not force a selection
* [#8255](https://github.com/netbox-community/netbox/issues/8255) - Fix bulk editing of authentication parameters for wireless LANs and links
---