Opened 18 years ago

Closed 18 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 by Nicklas Nordborg, 18 years ago

Status: newassigned

comment:2 by Nicklas Nordborg, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [2817]) Fixes #416: Only show plugin-buttons when the logged in user has access to at lease one plugin

Note: See TracTickets for help on using tickets.