NathanDunn@ctimi.com writes:
> The following snip lists all the contents of the root folder:
> ...
> However, I would like to only list those items with "VIEW" permissions. I
> thought thats what the expression:
> tal:condition="python: obj.portal_membership.checkPermission('View', obj)"
> would do.
Look at the "ZTUtils" package. It should contain a filter
with the effect "skip_unauthorized".
Dieter