Looks like perhaps formtools objectadmin.cfm is not 100% supportive of
user defined permissions "permissionset" attribute.
I see a lot of "TODO: Check Permissions". comments in there.
I also found this code/comment:
<cfif NOT structKeyExists(PrimaryPackage, "news")>
<!--- this seems to be a problem for custom types when it gets to
invocation.cfm. the permission set is not carried
across and could potentially cause major stuff ups if news permissions
(which is the default) is set to no for the
user --->
<cfset structInsert(PrimaryPackage, "permissionset", "news", "yes")>
</cfif>
After restoring the "News" prmission set to MyManagerGroup the user
can add/edit MyCstType objects. Unfortunately this seems to defeat the
pupose of creating and assigning permissions for individual types when
using the permissionset attribure of ftobjectadmin, or am I missing
something?
Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---