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

Fixes #3811: Fix filtering of racks by group on device list

This commit is contained in:
Jeremy Stretch
2019-12-31 11:35:18 -05:00
parent f2c49063f8
commit 5caa04ef2b
2 changed files with 5 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
* [#3712](https://github.com/netbox-community/netbox/issues/3712) - Scrolling to target (hash) did not account for the header size
* [#3780](https://github.com/netbox-community/netbox/issues/3780) - Fix AttributeError exception in API docs
* [#3809](https://github.com/netbox-community/netbox/issues/3809) - Filter platform by manufacturer when editing devices
* [#3811](https://github.com/netbox-community/netbox/issues/3811) - Fix filtering of racks by group on device list
---