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

Fixes #8228: Optional ChoiceVar fields should not force a selection

This commit is contained in:
jeremystretch
2022-01-05 15:46:04 -05:00
parent 574c2e2770
commit b1d1f3c6b2
2 changed files with 11 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
* [#8213](https://github.com/netbox-community/netbox/issues/8213) - Fix ValueError exception under prefix IP addresses view
* [#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
---