netbox-community / netbox-topology-views

A netbox plugin that draws topology views
Apache License 2.0
696 stars 61 forks source link

Fixes #236: Saved filter doesn't reload show cables #475

Closed dreng closed 3 months ago

dreng commented 3 months ago

Fixes #236, where Saved Filters only recognized device related data. As far as I can tell, NetBox is unable to handle custom filters like the "show cables" checkbox. While all parameters get stored properly, NetBox only compares stored values with the Device Model. I worked around this situation with reading all options in a Saved Filter in order to amend the missing parts.