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

Fixes #5716: Fix filtering rack reservations by custom field

This commit is contained in:
Jeremy Stretch
2021-02-02 11:49:38 -05:00
parent 1964073072
commit b4ba5cbb7a
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.10
## v2.10.5 (FUTURE)
### Bug Fixes
* [#5716](https://github.com/netbox-community/netbox/issues/5716) - Fix filtering rack reservations by custom field
---
## v2.10.4 (2021-01-26)
### Enhancements