Fixes #5331: Fix filtering of sites by null region

This commit is contained in:
Jeremy Stretch
2020-11-09 15:58:59 -05:00
parent c3f2cc7648
commit bf836d4d46
3 changed files with 5 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
* [#5271](https://github.com/netbox-community/netbox/issues/5271) - Fix auto-population of region field when editing a device
* [#5314](https://github.com/netbox-community/netbox/issues/5314) - Fix config context rendering when multiple tags are assigned to an object
* [#5324](https://github.com/netbox-community/netbox/issues/5324) - Add missing template extension tags for plugins for VM interface view
* [#5331](https://github.com/netbox-community/netbox/issues/5331) - Fix filtering of sites by null region
---