You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install collective.collectionfilter and collective.taxonomy and a custom addon. register your own adapter for groupby_modifier
if you forget explicit to load collective.taxonomy before your adapter registration happen, then the adapter of collective.taxonomy wins. and your own adapter does'nt work properly
we need a orderable adapter implementation like in plone.outputfilter or ...?