Does anyone have custom permissions for custom types working properly
on 4.0.7?
Here's my problem
1. I am using AD
2. I have a group in AD called "MyManagerGroup"
3. An AD user "MyUser" is a member of the AD group above.
4. The AD and FC Group of the same name are both mapped to the
PolicyGroup (same name)
5. I have a Custom Type, lets call it MyCstType
6. I created permissions:
MyCstTypeApprove
MyCstTypeCanApproveOwnContent
MyCstTypeCreate
MyCstTypeDelete
MyCstTypeEdit
MyCstTypeRequestApproval
I then gave the Policy Group "MyManagerGroup" "yes" to each of those.
for admin I have something like:
<ft:objectadmin
typename="MyCstType"
permissionset="MyCstType"
title="MyCstType"
description="Manage MyCstType"
columnList="title,datetimelastupdated,datetimecreated,status"
sortableColumns="title,datetimelastupdated,datetimecreated,status"
lFilterFields="title"
sqlorderby="datetimelastupdated,title asc"
plugin="MyPlugin"
module="/MyCstType.cfm" />
Refresh app scope, I login as my test user, I get the right webtop
permissions,
When I try to "add" a new MyCstType I get "you do not have edit
permissions"..
If I log in as another AD user, this one set to an AD group
equivelent to "System Admin" I have no problems.
Certainly I am overlooking something.. I just cant figure this out....
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---