31 Jul
2002
31 Jul
'02
9:21 p.m.
vsbabu@vsbabu.org writes:
I've some scripts to automatically generate a navigation list, that used to work with Zope 2.1.6. eg: <dtml-in "objectItems(['Folder'])"> <dtml-var title_or_id> </dtml-in>
In Zope 2.5, this gives an error for non-authenticated users like "you are not authorized to view the property title". Does it help, when you add the "skip_unauthorized" attribute to "dtml-in"?
Dieter