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

Fixes #8670: Fix filtering device components by installed module

This commit is contained in:
jeremystretch
2022-02-17 11:42:18 -05:00
parent 90558a2e80
commit eb02f6137e
4 changed files with 227 additions and 42 deletions

View File

@@ -149,6 +149,7 @@ Where it is desired to limit the range of available VLANs within a group, users
* [#8655](https://github.com/netbox-community/netbox/issues/8655) - Fix AttributeError when viewing cabled interfaces
* [#8659](https://github.com/netbox-community/netbox/issues/8659) - Fix display of multi-object custom fields after deleting related object
* [#8661](https://github.com/netbox-community/netbox/issues/8661) - Fix ValueError exception when trying to connect a cable
* [#8670](https://github.com/netbox-community/netbox/issues/8670) - Fix filtering device components by installed module
* [#8671](https://github.com/netbox-community/netbox/issues/8671) - Fix AttributeError when viewing console/power/interface connection lists
### Other Changes