Fixes #3831: Fix API-driven filter field rendering (#3812 regression)

This commit is contained in:
Jeremy Stretch
2020-01-03 11:25:22 -05:00
parent 068f2265c0
commit e28379ecdd
5 changed files with 28 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
# v2.6.11 (FUTURE)
## Bug Fixes
* [#3831](https://github.com/netbox-community/netbox/issues/3831) - Fix API-driven filter field rendering (#3812 regression)
---
# v2.6.10 (2020-01-02)
## Enhancements