Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.4.1
Description
The dependency tab shows dependencies from child pages, too. This is not the expected behaviour. Furthermore the loading time of the tab is bad.
Reason is that the DefaultDependencies class iterates over all child nodes and that is not quite fast.
LINE 172: Iterable<Node> children = NodeUtil.collectAllChildren(nodeReferencedFrom);
Checklists
Acceptance criteria