Opened 17 years ago
Closed 17 years ago
#416 closed defect (fixed)
Only show plugin-buttons when the logged in user has access to at lease one plugin
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The web interface displays plugin buttons (Import/Export/Run? plugin) as soon as there is a plugin registered for that context. It doesn't check if the logged in user actually has permission to run the plugin or not.
It is the PluginDefinition?.countPlugins() method that checks if there are any plugins, so it is this method that should be changed.
Change History (2)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2817]) Fixes #416: Only show plugin-buttons when the logged in user has access to at lease one plugin