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

Fixes #2170: Prevent the deletion of a virtual chassis when a cross-member LAG is present

This commit is contained in:
Jeremy Stretch
2019-12-13 11:36:31 -05:00
parent 85c11bbd83
commit 462cede863
2 changed files with 20 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
## Bug Fixes
* [#2170](https://github.com/netbox-community/netbox/issues/2170) - Prevent the deletion of a virtual chassis when a cross-member LAG is present
* [#3749](https://github.com/netbox-community/netbox/issues/3749) - Fix exception on password change page for local users
# v2.6.8 (2019-12-10)