2 Dec
2005
2 Dec
'05
9:40 a.m.
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