Fixes #4295: Fix assignment of parent LAG during interface bulk edit

This commit is contained in:
Jeremy Stretch
2020-02-28 09:44:41 -05:00
parent bdf9857e6f
commit 1449dfc966
3 changed files with 10 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
* [#4277](https://github.com/netbox-community/netbox/issues/4277) - Fix filtering of clusters by tenant
* [#4282](https://github.com/netbox-community/netbox/issues/4282) - Fix label on export button for device types
* [#4285](https://github.com/netbox-community/netbox/issues/4285) - Include A/Z termination sites in provider circuits table
* [#4295](https://github.com/netbox-community/netbox/issues/4295) - Fix assignment of parent LAG during interface bulk edit
---