[Zope-CMF] why can't anonymous view new objects?
Joshua Lanza
jlanza@vorsite.com
Sun, 13 Oct 2002 23:39:25 -0700
I found a post
(http://lists.zope.org/pipermail/zope-cmf/2001-September/009802.html)
but no answer.=20
I need to be able to add an object and have anonymous be able to see it.
I don't know why 'view' is unchecked (does not acquire permissions from
parent) when the object is created. There is no workflow defined for the
site, so I can't set published to true.=20
I have tried this, as well:
<dtml-let obj=3D"this()">
<dtml-call expr=3D"obj.manage_permission('View', ['Anonymous'],
acquire=3D1)">
</dtml-let>
It has no noticeable effect. I'm using 2.5.1.
Thanks, Josh