I have been trying to figure this out for some time now but cant seem
to to find the issue.

I am getting

"Element NOEDITPERMISSIONS is undefined in a CFML structure referenced
as part of an expression."

when trying to edit a custom type "cmiJobs", from a publisher/
contributor login (higher ups are fine).

Here's the set up...

Active Directory Group: WebPublishers-HR
ClientUD Group: Publisher-HR

PolicyGroup:  Publishers-HR

Mappings:

WebPublishers-HR (AD) -> Publishers-HR (Policy)
Publisher-HR (ClienUD) -> Publisher-HR (Policy)


Permissions for Publisher-HR Policy Group:

JobsApprove - Yes
JobsCanApproveOwnContent - Yes
JobsCreate (change) Yes
JobsDelete (change) Yes
JobsEdit (change) Yes
JobsRequestApproval (change) Yes

MainNavHRTab (webtop) Yes


For the object admin screen:

<ft:objectadmin
        typename="cmiJobs"
        permissionset="jobs"
        title="Career Opporunities"
        
columnList="requisition,division,position,status,publishdate,datetimelastUpdated"
        sortableColumns="division,status,publishdate,datetimelastUpdated"
        lFilterFields="title"
        sqlorderby="publishdate desc"
        module="/cmiJobs.cfm" />


Again, if I login as my self assigned to the "SysAdmin" group i can
add, edit, delete, etc... however if I log in as a publisher-hr user I
can see the web top tab, see the listing of cmiJobs objects, but I
cant do anything with them. I get :You don't have permission to view
this page when I try to get an overview, and

"Element NOEDITPERMISSIONS is undefined in a CFML structure referenced
as part of an expression." if I try to add/edit


What did I miss? Could it be the  "-" in my group names?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to