remove portal_type criteria when searching for contents

This commit is contained in:
Eric BREHAULT 2013-03-01 16:53:26 +01:00
parent 6fd90c6220
commit 55515e6b6b
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@ class QueryBuilder(object):
else:
query['path'] = {'query': currentPath, 'navtree': 1}
# Only list the applicable types
query['portal_type'] = utils.typesToList(context)
# Apply the desired sort
sortAttribute = navtree_properties.getProperty('sortAttribute', None)
if sortAttribute is not None: