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

Closes #5496: Add form field to filter rack reservation by user

This commit is contained in:
Jeremy Stretch
2020-12-18 12:09:41 -05:00
parent dac93b9840
commit 6ca9e2a777
2 changed files with 12 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#5489](https://github.com/netbox-community/netbox/issues/5489) - Add filters for type and width to racks list
* [#5496](https://github.com/netbox-community/netbox/issues/5496) - Add form field to filter rack reservation by user
### Bug Fixes