Skip to content

Closes: #204 - Add auth_required to PluginMenuItems #205

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

Merged
merged 5 commits into from
Feb 5, 2025

Conversation

bctiemann
Copy link
Contributor

Closes: #204

This requires NetBox v4.2.3.

Allows this plugin's menu items to be omitted from the nav menu if LOGIN_REQUIRED = False.

@bctiemann bctiemann changed the base branch from main to feature January 29, 2025 18:26
@jeremystretch jeremystretch added this to the v0.6 milestone Jan 30, 2025
Copy link
Contributor

@jeremystretch jeremystretch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to assert v4.2.3 as the minimum required NetBox version under the PluginConfig.

@jeremystretch jeremystretch force-pushed the 204-auth_required-on-PluginMenuItems branch from 280d067 to 5617aed Compare February 5, 2025 15:12
@jeremystretch jeremystretch merged commit f2995d1 into feature Feb 5, 2025
4 checks passed
@jeremystretch jeremystretch deleted the 204-auth_required-on-PluginMenuItems branch February 5, 2025 15:28
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

Successfully merging this pull request may close these issues.

Support auth_required=True on PluginMenuItem
2 participants