diff --git a/pillar/web/utils/jstree.py b/pillar/web/utils/jstree.py index 0343ff16..c1314515 100644 --- a/pillar/web/utils/jstree.py +++ b/pillar/web/utils/jstree.py @@ -44,7 +44,7 @@ def jstree_get_children(node_id, project_id=None): 'where': { '$and': [ {'node_type': {'$regex': '^(?!attract_)'}}, - {'node_type': {'$not': {'$in': ['comment', 'post', 'blog']}}}, + {'node_type': {'$not': {'$in': ['comment', 'post']}}}, ], } }