RE: filteredTreeNodes doesn't respect hasAccess()

Thorsten Weber <[email protected]> Fri, 24 Sep 2010 18:03:49 +0200
Newsgroups gmane.comp.cms.zms.devel
Message-ID <[email protected]>
Hi group.

I came across a quite similar problem like the one posted here:
http://tech.groups.yahoo.com/group/zms-developers/message/3176

I would like to limit access to certain tree-branches in level 2 for certain groups ...
like:
subfolder1 is accessible for group1 
and 
subfolder2 is accessible for group2

Unfortunately - when logged in as user of group2 - filteredChildNodes() in menu-template retrieves the url to subfolder1 ... which is not accessible for group2

with the patch applied (see posting above) filteredChildNodes() skips subfolder1 and retrieves the url to subfolder2 ... but the path is not accessible anymore!
even when the user is subscriber of all folders in the path ...

does anyone knows how to handle that problem?

regards, Th. Weber