Fixes #7544: Fix multi-value filtering of custom field objects

This commit is contained in:
jeremystretch
2021-10-14 11:36:13 -04:00
parent 9f861491c4
commit f8eb7f7e34
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## v3.0.8 (FUTURE)
### Bug Fixes
* [#7544](https://github.com/netbox-community/netbox/issues/7544) - Fix multi-value filtering of custom field objects
---
## v3.0.7 (2021-10-08)