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

Fixes #4235: Fix API representation of content_type for export templates

This commit is contained in:
Jeremy Stretch
2020-02-21 14:38:38 -05:00
parent 45cdac6f36
commit 11d012de4e
3 changed files with 14 additions and 10 deletions

View File

@@ -5,6 +5,7 @@
* [#4224](https://github.com/netbox-community/netbox/issues/4224) - Fix display of rear device image if front image is not defined
* [#4228](https://github.com/netbox-community/netbox/issues/4228) - Improve fit of device images in rack elevations
* [#4232](https://github.com/netbox-community/netbox/issues/4232) - Enforce consistent background striping in rack elevations
* [#4235](https://github.com/netbox-community/netbox/issues/4235) - Fix API representation of `content_type` for export templates
---