Anonymous view for properties of objects
Hello, 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". Hints? Thanks in advance Satheesh Babu http://vsbabu.org/
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
participants (2)
-
Dieter Maurer -
vsbabuļ¼ vsbabu.org