Fixes #7324: Fix TypeError exception in web UI when filtering objects using single-choice filters

This commit is contained in:
jeremystretch
2021-09-21 09:13:26 -04:00
parent 6bc72109c1
commit 41dfdc0aaa
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
# NetBox v3.0
## v3.0.4 (FUTURE)
### Bug Fixes
* [#7324](https://github.com/netbox-community/netbox/issues/7324) - Fix TypeError exception in web UI when filtering objects using single-choice filters
## v3.0.3 (2021-09-20)
### Enhancements