Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does respect plugin custom filters on load #157

Open
zcharlesallen opened this issue Nov 18, 2024 · 1 comment
Open

Does respect plugin custom filters on load #157

zcharlesallen opened this issue Nov 18, 2024 · 1 comment

Comments

@zcharlesallen
Copy link

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"
]
}

iDebugAll added a commit that referenced this issue Nov 28, 2024
Make saved filters respect plugin-specific filters on load (#157).
@iDebugAll
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants