fixes #3724 - allow filtering interfaces by more than one device name

This commit is contained in:
John Anderson
2019-12-04 02:00:08 -05:00
parent b2caaa6733
commit 1048d3909b
2 changed files with 8 additions and 5 deletions

View File

@@ -15,6 +15,7 @@
* [#3679](https://github.com/netbox-community/netbox/issues/3679) - Fix link for assigned ipaddress in interface page
* [#3709](https://github.com/netbox-community/netbox/issues/3709) - Prevent exception when importing an invalid cable definition
* [#3720](https://github.com/netbox-community/netbox/issues/3720) - Correctly indicate power feed terminations on cable list
* [#3724](https://github.com/netbox-community/netbox/issues/3724) - Fix API filtering of interfaces by more than one device name
# v2.6.7 (2019-11-01)