Christian Thieme <[EMAIL PROTECTED]> writes: > > Hello, > is there a way to change the portlet order in a way that from a parent > inherited portlets are shown before the actual contexts portlets? > > Christian >
As I know, this is possible only by overriding standard plone portlets retriever (plone.portlets.retriever.PortletRetriver class, method getPortlets) adapter which is used by plone's portlet managers. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
