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

Fixes #9065: Min/max VID should not be required when filtering VLAN groups

This commit is contained in:
jeremystretch
2022-04-06 20:29:28 -04:00
parent d93e944c07
commit f4e78b0ea6
2 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
* [#8931](https://github.com/netbox-community/netbox/issues/8931) - Copy assigned tenant when cloning a location
* [#9057](https://github.com/netbox-community/netbox/issues/9057) - Fix missing instance counts for module types
* [#9061](https://github.com/netbox-community/netbox/issues/9061) - Change inheritance order for DeviceComponentFilterSets
* [#9065](https://github.com/netbox-community/netbox/issues/9065) - Min/max VID should not be required when filtering VLAN groups
---