[Zope-dev] Re: Ordered Folder again

Yuppie schubbe@web.de
Mon, 23 Jun 2003 17:17:24 +0200


Hi!


Florent Guillaume wrote:
> But FWIW, note that in Nuxeo CPS we've always been using a monkey patch 
> that added ordering to Folder without any problem.
> (http://cvs.nuxeo.org/cgi-bin/viewcvs.cgi/OrderedFolderSupportPatch/)

CPS doesn't subclass from PortalFolder? If CPS would have its own class 
like PloneFolder in Plone, you could just mix in OrderSupport.

But maybe CMFCore.PortalFolder should mix in OrderSupport? Would that 
help to solve your problem?


Cheers,

Yuppie