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

Fixes #8850: Show airflow field on device REST API serializer when config context data is included

This commit is contained in:
jeremystretch
2022-03-14 09:54:11 -04:00
parent 4eb7cd06b4
commit faba6c9bdc
2 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,10 @@
## v3.1.10 (FUTURE)
### Bug Fixes
* [#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
---