[Product-Developers] Default page filter in navigation portlet

2012-04-22 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does anyone know where the default page of a folder is filtered out? The navigation portlet won't display an object if it is set as default page of a folderish object. Our editors find this behavior weird - so I need to revert it. I would prefer if

Re: [Product-Developers] Default page filter in navigation portlet

2012-04-22 Thread Jean-Michel FRANCOIS
In https://github.com/plone/plone.app.layout/blob/master/plone/app/layout/navigation/navtree.py check the strategy: NavtreeStrategyBase - # Default sorting and treatment of default-pages supplimentQuery = {'sort_on': 'getObjPositionInParent', 'is_default_page':

Re: [Product-Developers] Default page filter in navigation portlet

2012-04-22 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks - Stupid me - I had already the code in my hands but only set is_default_page to True instead of removing the clause. - -aj Jean-Michel FRANCOIS wrote: In