Fixes #4336: Ensure interfaces without a channel/unit are ordered before a channel/unit of zero

This commit is contained in:
Jeremy Stretch
2020-03-10 10:03:42 -04:00
parent 0e49a7a1fd
commit bb3f37ca35
3 changed files with 23 additions and 15 deletions

View File

@@ -15,6 +15,7 @@
### 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
---