you will notice in genericAdmin, one of the import tags (sorry have bothered to look it up) has a parameter called permissions with a value of news. You can create your own permissions (myTypeEdit, myTypeCreate, myTypeDelte ...) which can then be passed as the permission, eg, myType.
You then need to do some mapping to assign user groups to this permission. On Mon, 7 Mar 2005 01:38:52 +1100, Matthew Williams <[EMAIL PROTECTED]> wrote: > Alright, I can see the why of it. However, I need to change it to fit my > needs ;). So, I've already extended farcry to create my own custom admin > tab which contains a struct that works/looks just like dmNews. After > playing around with the security settings, I see that Approve brings along > with it Send Back to Draft. Is there any way to seperate these two? For > that matter, I cannot set security on my Custom Admin tab either. Is > there a primer for setting up custom security? I tried creating new > permission, but it placed it under dmNavigation, and not under policy. > What CFC or CFM controls the security behavior and buttons? > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
