>At the "Home" node, if I set "ContainerManagement" at "No" for 
>contributors, update the permissions, update the app scope, go 
>to a different PC and login to the site as a user in the 
>contributors group I can still view and edit containers. Am I 
>missing something? Can someone confirm this behavior?


Ok...I think I've got the mystery solved. Here the deal.
"request.mode.showContainers" is used to determine if a user has permissions
to view containers for the given object. By default it is set at "0" (zero).
If "request.mode.design" is true and you have container permissions then it
is set at "1", if not it is set at "-1"

Oops! We forgot to evaluate.
Change "farcry_core\tags\container\container.cfm"

Line 41:
Change: "<cfif request.mode.design>"
To: "<cfif request.mode.design and request.mode.showcontainers gt 0>"


~Tom

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to