Fixes #5226: Custom choice fields should be blank initially if no default choice has been designated

This commit is contained in:
Jeremy Stretch
2020-10-09 11:34:50 -04:00
parent c2b20c1a47
commit d952d77684
2 changed files with 5 additions and 5 deletions

View File

@@ -17,6 +17,7 @@
* [#5220](https://github.com/netbox-community/netbox/issues/5220) - Fix API patch request against IP Address endpoint with null assigned_object_type
* [#5221](https://github.com/netbox-community/netbox/issues/5221) - Fix bulk component creation for virtual machines
* [#5224](https://github.com/netbox-community/netbox/issues/5224) - Don't allow a rear port to have fewer positions than the number of mapped front ports
* [#5226](https://github.com/netbox-community/netbox/issues/5226) - Custom choice fields should be blank initially if no default choice has been designated
---