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

Fixes #4337: Allow bulk editing/deletion of all device components matching a query

This commit is contained in:
Jeremy Stretch
2020-03-10 10:18:48 -04:00
parent bb3f37ca35
commit 5346efe009
2 changed files with 16 additions and 0 deletions

View File

@ -16,6 +16,7 @@
* [#4326](https://github.com/netbox-community/netbox/issues/4326) - Exclude Python modules without Script classes from scripts list
* [#4336](https://github.com/netbox-community/netbox/issues/4336) - Ensure interfaces without a channel/unit are ordered before a channel/unit of zero
* [#4337](https://github.com/netbox-community/netbox/issues/4337) - Allow bulk editing/deletion of all device components matching a query
---