Daniel Erez has posted comments on this change. Change subject: webadmin: expand all expands selected node ......................................................................
Patch Set 4: (2 inline comments) .................................................... File frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tree/SystemTree.java Line 79 Line 80 Line 81 Line 82 Line 83 This section should be included instead of "collapseTree(display.getRootTreeNode());". (it's part of the fix in http://gerrit.ovirt.org/#/c/10427/) Line 111: private void expandTree(TreeNode node) { Line 112: expandTree(node, ROOT_LEVEL); Line 113: } Line 114: Line 115: private void expandTree(TreeNode node, int expandFromLevel) { Missed the variable renaming (replied as 'Done' on previous patch-set...) Line 116: if (node == null) { Line 117: return; Line 118: } Line 119: for (int i = 0; i < node.getChildCount(); i++) { -- To view, visit http://gerrit.ovirt.org/10913 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I110efdff51be6e5545a1de304bdce657ec5cda88 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
