11 Jul
2001
11 Jul
'01
5:50 p.m.
On Wed, 11 Jul 2001, Ulrich Eck wrote:
the CMFDefault.Document for example is still subclassed from CMFCore.PortalContent (the default) and therefore doesn't behave like a dataskin ..
any ideas ?
You can hotpatch the __bases__ attribute of the derived class. --RDM