> > 
> > Are you calling:
> > 
> > Globals.default__class_init__(MyBasketClass)
> > 
> > on your Basket class? This is (poorly documented but)
> > necessary for permissions declared in __ac_permissions__
> > to be correctly initialized.
> 
> Should I have this in Squishdot too?
> 
> Chris

Yes - basically any class that defines *or inherits from a 
class that defines* permissions should do this to make sure 
that the permissions along the inheritance heirarchy are 
cobbled together correctly at class initialization time.


Brian Lloyd        [EMAIL PROTECTED]
Software Engineer  540.371.6909              
Digital Creations  http://www.digicool.com 



_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to