Does anyone know why the utility node has an alias of 'hidden'?

In farcry_core/admin/index.cfm is the following:
//For the user to see any of these tabs - they must have at least one
relevant dmNavigation permission on it.
if(isdefined("application.navid.hidden") and stObj.objectid IS
application.navid.hidden)
        lPermissions = 'Edit,Create,Delete,Approve';
else    
        lPermissions = 'View,Edit,Create,Delete,Approve';
aPermissions = listToArray(lPermissions);

It looks like users need 'Edit' permissions on this node to be able to
see the tab in the site tree plane.

A site has set this up with view on the utility node, and then edit on
a sub-node, but they are unable to see the utility tab and therefore
cannot access their nodes.


Is there any repercussion of renaming the alias of the utility node to
'utility'?

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

Reply via email to