1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #6188: Support custom field filtering for regions, site groups, and locations

This commit is contained in:
jeremystretch
2021-04-19 10:57:13 -04:00
parent 97c087ef5f
commit a2d16143e3
2 changed files with 6 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#6184](https://github.com/netbox-community/netbox/issues/6184) - Fix parent object table column in prefix IP addresses list
* [#6188](https://github.com/netbox-community/netbox/issues/6188) - Support custom field filtering for regions, site groups, and locations
* [#6196](https://github.com/netbox-community/netbox/issues/6196) - Fix object list display for users with read-only permissions
---