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

Fixes #5498: Fix filtering rack reservations by username

This commit is contained in:
Jeremy Stretch
2020-12-18 12:18:59 -05:00
parent 6ca9e2a777
commit b1402f3bae
3 changed files with 4 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
* [#5484](https://github.com/netbox-community/netbox/issues/5484) - Fix "tagged" indication in VLAN members list
* [#5486](https://github.com/netbox-community/netbox/issues/5486) - Optimize retrieval of config context data for device/VM REST API views
* [#5487](https://github.com/netbox-community/netbox/issues/5487) - Support filtering rack type/width with multiple values
* [#5498](https://github.com/netbox-community/netbox/issues/5498) - Fix filtering rack reservations by username
---