You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to load a filter saved for the topology, it will not respect the unique elements (i.e. display_unconnected and exclude_role). However, it does respect the site_id field.
Currently running Netbox v4.1.6 and plugin v1.0.3.
Hey @zcharlesallen, thank you for the bug report! I’ve just released plugin version 1.0.4, which addresses this issue along with some other improvements. Feel free to check it out!
When trying to load a filter saved for the topology, it will not respect the unique elements (i.e. display_unconnected and exclude_role). However, it does respect the site_id field.
Currently running Netbox v4.1.6 and plugin v1.0.3.
The following is an configuration of my filter:
{
"display_unconnected": [
"False"
],
"exclude_role": [
"4",
"16"
],
"site_id": [
"7"
]
}
The text was updated successfully, but these errors were encountered: