RE: [Zope] New class, no access to manage_propertiesForm etc.

2007-06-27 Thread Winterflood, Jonathan
a Welter Envoyé : mercredi 27 juin 2007 09:07 À : zope@zope.org Objet : Re: [Zope] New class, no access to manage_propertiesForm etc. (Tue, Jun 26, 2007 at 03:37:28PM +0200) Winterflood, Jonathan wrote/schrieb/egrapse: > I have created a new class in my product, but I can't access the >

Re: [Zope] New class, no access to manage_propertiesForm etc.

2007-06-27 Thread Sascha Welter
(Tue, Jun 26, 2007 at 03:37:28PM +0200) Winterflood, Jonathan wrote/schrieb/egrapse: > I have created a new class in my product, but I can't access the > PropertyManager pages for it: > > import Persistence > from OFS.PropertyManager import PropertyManager > # Zope security infrastructure > from

[Zope] New class, no access to manage_propertiesForm etc.

2007-06-26 Thread Winterflood, Jonathan
Hi, I have created a new class in my product, but I can't access the PropertyManager pages for it: import Persistence from OFS.PropertyManager import PropertyManager # Zope security infrastructure from Globals import InitializeClass from AccessControl import ClassSecurityInfo cl