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

Fixes #6152: Fix custom field filtering for cables, virtual chassis

This commit is contained in:
jeremystretch
2021-04-13 12:05:44 -04:00
parent d54bf5f75e
commit c249cd4ffd
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,7 @@
### Bug Fixes
* [#6144](https://github.com/netbox-community/netbox/issues/6144) - Fix MAC address field display in VM interfaces search form
* [#6152](https://github.com/netbox-community/netbox/issues/6152) - Fix custom field filtering for cables, virtual chassis
---