diff --git a/plone/formwidget/contenttree/navtree.py b/plone/formwidget/contenttree/navtree.py index ba8e2fb..aa7df12 100644 --- a/plone/formwidget/contenttree/navtree.py +++ b/plone/formwidget/contenttree/navtree.py @@ -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: