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

Fixes #8682: Limit available VLANs by group min/max VIDs

This commit is contained in:
jeremystretch
2022-02-22 11:39:05 -05:00
parent d9696ae34c
commit 7872460162
2 changed files with 12 additions and 8 deletions

View File

@@ -152,6 +152,7 @@ Where it is desired to limit the range of available VLANs within a group, users
* [#8661](https://github.com/netbox-community/netbox/issues/8661) - Fix ValueError exception when trying to connect a cable
* [#8670](https://github.com/netbox-community/netbox/issues/8670) - Fix filtering device components by installed module
* [#8671](https://github.com/netbox-community/netbox/issues/8671) - Fix AttributeError when viewing console/power/interface connection lists
* [#8682](https://github.com/netbox-community/netbox/issues/8682) - Limit available VLANs by group min/max VIDs
### Other Changes