PluginMenuItem with permission is still clickable #5046
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
PluginMenuItem
that has permissions set on itExpected Behavior
I expected the link not to be clickable
Observed Behavior
Clicking the link directed me to the correct page. I've added the
PermissionRequiredMixin
to the view, and that handles it, but I assumed the greyed out link would not be clickable.Not a huge deal since I included the mixin, but I am concerned that my readonly users will load up the page and file "why does this page say I don't have access" tickets.
The text was updated successfully, but these errors were encountered: