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 04ac8d0901
commit 6fcd47abe2
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