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

Fixes #6584: Fix ordering of nested inventory items

This commit is contained in:
jeremystretch
2021-06-10 14:27:42 -04:00
parent 79c06442db
commit 809d9e4697
2 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
* [#6553](https://github.com/netbox-community/netbox/issues/6553) - ProviderNetwork search should match on name
* [#6562](https://github.com/netbox-community/netbox/issues/6562) - Disable ordering of secrets by assigned object
* [#6563](https://github.com/netbox-community/netbox/issues/6563) - Fix filtering by location for cable connection forms
* [#6584](https://github.com/netbox-community/netbox/issues/6584) - Fix ordering of nested inventory items
---