Merge pull request #4075 from kobayashi/3507-filter-by-devices

Fixes #3507: Filtering IP by multiple devices
This commit is contained in:
Jeremy Stretch
2020-02-10 11:11:18 -05:00
committed by GitHub
3 changed files with 14 additions and 12 deletions

View File

@@ -9,6 +9,7 @@
## Bug Fixes
* [#3507](https://github.com/netbox-community/netbox/issues/3507) - Fix filtering IPaddress by multiple devices
* [#4089](https://github.com/netbox-community/netbox/issues/4089) - Selection of power outlet type during bulk update is optional
* [#4090](https://github.com/netbox-community/netbox/issues/4090) - Render URL custom fields as links under object view
* [#4091](https://github.com/netbox-community/netbox/issues/4091) - Fix filtering of objects by custom fields using UI search form