Fixes #3833: Add region and region_id filters where missing (#3836)

This commit is contained in:
Jeremy Stretch
2020-01-03 13:52:50 -05:00
committed by GitHub
parent b38bb64c81
commit 57f199f899
9 changed files with 305 additions and 28 deletions

View File

@@ -3,6 +3,7 @@
## Bug Fixes
* [#3831](https://github.com/netbox-community/netbox/issues/3831) - Fix API-driven filter field rendering (#3812 regression)
* [#3833](https://github.com/netbox-community/netbox/issues/3833) - Add missing region filters for multiple objects
---