Fixes #8465: Accept empty string values for Interface rf_channel in REST API

This commit is contained in:
jeremystretch
2022-01-28 14:03:36 -05:00
parent f537dc632e
commit 19fdd5e151
3 changed files with 18 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
* [#8377](https://github.com/netbox-community/netbox/issues/8377) - Fix calculation of absolute cable lengths when specified in fractional units
* [#8456](https://github.com/netbox-community/netbox/issues/8456) - Fix redundant display of VRF RD in prefix view
* [#8465](https://github.com/netbox-community/netbox/issues/8465) - Accept empty string values for Interface `rf_channel` in REST API
---