[Zope] Python Classes and Zope.
Chris Withers
chris at simplistix.co.uk
Fri Dec 2 04:40:11 EST 2005
Willi Langenberger wrote:
>
> You could add
>
> __allow_access_to_unprotected_subobjects__ = 1
You _could_, but that's a very old, deprecated interface. And, with the
work Jim's talking about doing, it might actually stop working.
nowadays you should do:
security = ClassSecurityInfo()
security.setDefaultAccess('allow')
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope
mailing list