Fixes #5376: Correct invalid custom field filter logic values

This commit is contained in:
Jeremy Stretch
2020-11-24 10:28:34 -05:00
parent 4ddad50562
commit a4bca7508c
2 changed files with 13 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
* [#5358](https://github.com/netbox-community/netbox/issues/5358) - Fix user table configuration for VM interfaces
* [#5374](https://github.com/netbox-community/netbox/issues/5374) - Fix exception thrown when tracing mid-point
* [#5376](https://github.com/netbox-community/netbox/issues/5376) - Correct invalid custom field filter logic values
---