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

Fixes: #5315 - Make "null_option" on DynamicModelChoiceField also null the value on the model. (#5704)

Fixes: #5315 - Fix site unassignment from VLAN when using "None" option
This commit is contained in:
Daniel Sheppard
2021-02-12 10:53:40 -06:00
committed by GitHub
parent efbda6d5af
commit 3d3748d6f5
2 changed files with 11 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
### Bug Fixes
* [#5315](https://github.com/netbox-community/netbox/issues/5315) - Fix site unassignment from VLAN when using "None" option
* [#5626](https://github.com/netbox-community/netbox/issues/5626) - Fix REST API representation for circuit terminations connected to non-interface endpoints
* [#5716](https://github.com/netbox-community/netbox/issues/5716) - Fix filtering rack reservations by custom field
* [#5718](https://github.com/netbox-community/netbox/issues/5718) - Fix bulk editing of services when no port(s) are defined