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

Fixes #6773: Add missing display field to rack unit serializer

This commit is contained in:
jeremystretch
2021-07-20 17:00:13 -04:00
parent dd0489c1c5
commit 61fe0e81cd
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@
### Bug Fixes
* [#5442](https://github.com/netbox-community/netbox/issues/5442) - Fix assignment of permissions based on LDAP groups
* [#6773](https://github.com/netbox-community/netbox/issues/6773) - Add missing `display` field to rack unit serializer
---