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

Fixes #4912: Fix image attachment API endpoint; add API view tests

This commit is contained in:
Jeremy Stretch
2020-07-27 14:24:15 -04:00
parent b17e47101c
commit a206b422fb
4 changed files with 57 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#4905](https://github.com/netbox-community/netbox/issues/4905) - Fix front port count on device type view
* [#4912](https://github.com/netbox-community/netbox/issues/4912) - Fix image attachment API endpoint
---