On 12/07/07, Duncan <[EMAIL PROTECTED]> wrote: > > > What permission does a user/group need to be listed in the list of > approvers. Also how do you add this permission? >
Permissions are managed from the "Security" tab in the farcry admin. The structure of permissions is like this : 1. A user is a member of a user group 2. User Groups are mapped to Permission Policies 3. Permission Policies have individual Permissions. There are a number of predefined postfixes for use in Farcry : - Approve - CanApproveOwnContent - Create - Delete - Edit - RequestApproval - SendToTrash - View If you take a look at say dmnews.cfc in farcrycms/customadmin/ and the objectadmin tag you'll notice that there is a permissionset attribute. The value in this attribute is the prefix for the above permissions. There are three approval type permissions that are pretty much self explanatory : - Approve - RequestApproval - CanApproveOwnContent So for a user to be able to approve their own or other "News" they must be in a user group that is mapped to a policy group which has "NewsApprove" and "NewsCanApproveOwnContent" Does that help at all?? Regards Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
