Skip to content

mxm, IT's mad science

Sections
Personal tools
You are here: Home » Products » Open Source » mxm Workgroups for Plone » RE: Order in workgroup
Downloads
You can download mxm products here.

Due to it's technical and international nature, this section is in english.

Max M Has a blog too.

og er glad for mad

 

Comment

Above in this comment thread: mxm Workgroups for Plone » Order in workgroup

RE: Order in workgroup

Posted by Anonymous User at 2007-09-24 09:19 AM
In the object ATWorkgroup import the OrderedBaseFolder > "from Products.Archetypes.public import OrderedBaseFolder"
and replace "class ATWorkgroup(ATBTreeFolder,EmailMixin)" by "class ATWorkgroup(OrderedBaseFolder , EmailMixin)..." and in the same object replace "__implemements__ = (ATBTreeFolder,'__implements__'()),)" by "__implements__ = (gettattr(OrderedBaseFolder,'__implements__'()),)" and now the container ATWorkgroup is Orderable.

Solgema Team
http://www.martronic.ch