We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.5.2
Once support for it is present in NetBox (v4.2.3), this plugin should add auth_required=True to its PluginMenuItems.
auth_required=True
PluginMenuItem
This will prevent those menu items from showing up in the nav menu if LOGIN_REQUIRED = False.
LOGIN_REQUIRED = False
No response
The text was updated successfully, but these errors were encountered:
Closes: #204 - Add auth_required to PluginMenuItems (#205)
f2995d1
* Set auth_required=True on PluginMenuItems * Set min_version to 4.2.3 --------- Co-authored-by: Jeremy Stretch <[email protected]>
bctiemann
Successfully merging a pull request may close this issue.
Plugin Version
0.5.2
Proposed functionality
Once support for it is present in NetBox (v4.2.3), this plugin should add
auth_required=True
to itsPluginMenuItem
s.Use case
This will prevent those menu items from showing up in the nav menu if
LOGIN_REQUIRED = False
.External dependencies
No response
The text was updated successfully, but these errors were encountered: