Skip to content

Commit 6ca49e4

Browse files
author
p01
committed
Fixed greedy filtering of the matching resources in sub documents.
( The children documents of a document were skipped if none of its resource matched the search_term )
1 parent 0990274 commit 6ca49e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/resource-manager/resource_templates.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ window.templates.resource_tree || (window.templates.resource_tree = new function
123123
});
124124
}
125125

126-
if (resource_count == 0)
127-
return;
128-
129126
var extras = this._expander_extras(context, d.pivot_id, d.depth);
130127

131128
flat_list.push(

0 commit comments

Comments
 (0)