Closes #7394: Enable filtering cables by termination type & ID in REST API

This commit is contained in:
jeremystretch
2021-10-06 12:06:32 -04:00
parent 69aaf28b9c
commit 39256afb67
3 changed files with 35 additions and 11 deletions

View File

@@ -6,6 +6,7 @@
* [#6850](https://github.com/netbox-community/netbox/issues/6850) - Default to current user when creating journal entries via REST API
* [#6955](https://github.com/netbox-community/netbox/issues/6955) - Include type, ID, and slug on object view
* [#7394](https://github.com/netbox-community/netbox/issues/7394) - Enable filtering cables by termination type & ID in REST API
* [#7462](https://github.com/netbox-community/netbox/issues/7462) - Include count of assigned virtual machines under platform view
### Bug Fixes