Gray McCord wrote:
I’m using remember on a plone 3.17 installation with the approval workflow. What I would like to do is have someone with a reviewer role be able to approve new members when they apply ffrom the registration form. I thought this would be a simple matter of adding “reviewer” to the various workflow state permissions, but all I can get it to do is give me the approval form with only “disable member” as an option. I’m obviously missing something. Any advice?
you were barking up the wrong tree w/ adding "reviewer" to the workflow state permissions. that might give reviewer folks permission to view or edit or otherwise tweak a member object that is in a given state, but it doesn't relate at all to whether or not someone is able to CHANGE the workflow state of that object, which is what you want to do.
to do that, you want to look at the workflow transitions. there are two that you care about, register_private and register_public. each of them is guarded by here/isValid (i.e. the member object in question has passed validation) and by the "remember: Register member" permission.
so.... you should just be able to make sure that the reviewer role (or whatever role you want to use) has the register member permission and it will start working. i'd recommend going in and re-setting the workflow state permissions to their original settings, unless there are other privileges that you explicitly want reviewer type folks to have.
-r -- Archive: http://www.openplans.org/projects/remember/lists/remember/archive/2009/02/1234396038031 To unsubscribe send an email with subject "unsubscribe" to [email protected]. Please contact [email protected] for questions.
