Opened 17 years ago

Closed 17 years ago

#770 closed defect (fixed)

Filter plug-in is lacking permission to read reporter lists

Reported by: Johan Vallon-Christersson Owned by: Martin Svensson
Priority: major Milestone: BASE 2.4.2
Component: coreplugins Version:
Keywords: Cc:

Description

Trying to run a filter that use my own Reporter list. Get error: "Permission denied: Not allowed to read Reporter list[id=1; name=Pick method(1.%]"

Change History (7)

comment:1 by Nicklas Nordborg, 17 years ago

Component: webcoreplugins
Milestone: BASE 2.x+BASE 2.4.2
Summary: Not allowed to read my own Reporter listFilter plug-in is lacking permission to read reporter lists

I think it is the plug-in you are running that lacks permission to the reporter list. Can you verify this?

If that is the case, it can easily be fixed by giving the plug-in more permissions.

  1. Go to Administrate -> Plugins -> Defninitions.
  2. Find the plug-in and open the edit window.
  3. On the Permissions tab find and select the 'Reporter lists' entry in the item types list
  4. Uncheck the "Read" permission under "Always deny"

comment:2 by Jari Häkkinen, 17 years ago

Browsing through the jobs I notice that this is the problem occurs with JEP filter plugin. There is no restriction on always read/deny. The plugins on the server is run through a jobagent, could this be causing the problem (jobagent does not have enough credentials)?

in reply to:  1 comment:3 by Johan Vallon-Christersson, 17 years ago

I can verify that the plugin lacked permission to read reporter list. Changed the permissions and now it woks perfectly. Problem solved.

comment:4 by Jari Häkkinen, 17 years ago

Shouldn't the JEP filter plugin come properly configured out-of-the-box?

in reply to:  4 comment:5 by Johan Vallon-Christersson, 17 years ago

I agree that it is logical to have the filter plugin configured (out-of-the-box) to allow reading reporter lists.

comment:6 by Martin Svensson, 17 years ago

Owner: changed from everyone to Martin Svensson
Status: newassigned

comment:7 by Martin Svensson, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3769]) Fixes #770 Filter plug-in is lacking permission to read reporter lists

Note: See TracTickets for help on using tickets.