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

Fixes #5510: Fix filtering by boolean custom fields

This commit is contained in:
Jeremy Stretch
2020-12-21 11:47:11 -05:00
parent 158ed5765b
commit b09112941a
3 changed files with 114 additions and 15 deletions

View File

@ -19,6 +19,7 @@
* [#5498](https://github.com/netbox-community/netbox/issues/5498) - Fix filtering rack reservations by username
* [#5499](https://github.com/netbox-community/netbox/issues/5499) - Fix filtering of displayed device/VM interfaces by regex
* [#5507](https://github.com/netbox-community/netbox/issues/5507) - Fix custom field data assignment via UI for IP addresses, secrets
* [#5510](https://github.com/netbox-community/netbox/issues/5510) - Fix filtering by boolean custom fields
---