Fixes #3853: Fix device role link on config context view

This commit is contained in:
Jeremy Stretch
2020-01-07 09:08:31 -05:00
parent 146958dd3f
commit 49ffcb8075
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
## Bug Fixes
* [#3589](https://github.com/netbox-community/netbox/issues/3589) - Fix validation on tagged VLANs of an interface
* [#3853](https://github.com/netbox-community/netbox/issues/3853) - Fix device role link on config context view
---