Revert initial fix for #4336

This commit is contained in:
Jeremy Stretch
2020-03-10 11:43:00 -04:00
parent 5346efe009
commit 2571f22ae5
4 changed files with 41 additions and 36 deletions

View File

@@ -15,7 +15,6 @@
### Bug Fixes
* [#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
---