Fixes #8932: Fix error when setting null value for interface rf_role via REST API

This commit is contained in:
jeremystretch
2022-03-22 09:37:57 -04:00
parent a18ecfbb08
commit f6d4d54d06
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
* [#8813](https://github.com/netbox-community/netbox/issues/8813) - Retain global search bar query after submitting
* [#8820](https://github.com/netbox-community/netbox/issues/8820) - Fix navbar background color in dark mode
* [#8850](https://github.com/netbox-community/netbox/issues/8850) - Show airflow field on device REST API serializer when config context data is included
* [#8932](https://github.com/netbox-community/netbox/issues/8932) - Fix error when setting null value for interface `rf_role` via REST API
---