Fixes #3862: Allow filtering device components by multiple device names

This commit is contained in:
Jeremy Stretch
2020-01-08 11:12:44 -05:00
parent 7357b1c7e5
commit 94af70d2d1
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
* [#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
* [#3856](https://github.com/netbox-community/netbox/issues/3856) - Allow filtering VM interfaces by multiple MAC addresses
* [#3862](https://github.com/netbox-community/netbox/issues/3862) - Allow filtering device components by multiple device names
---