Alona Kaplan has submitted this change and it was merged. Change subject: engine,webadmin: Networks sort should be done on engine side ......................................................................
engine,webadmin: Networks sort should be done on engine side Networks main tab should be sorted in the following way- Primary sort- data center name Secondary sort- network name The sort was done on the webadmin side. It caused a bug, cause if the search string included "sort by" it was ignored (the webadmin sorted all the items ignoring the search string). Change-Id: Ic9735606231e1947e76bd5550cbcc6566ac8a968 Signed-off-by: Alona Kaplan <[email protected]> --- M backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/SearchObjectAutoCompleter.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/networks/NetworkListModel.java 2 files changed, 1 insertion(+), 24 deletions(-) Approvals: Alona Kaplan: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/10521 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic9735606231e1947e76bd5550cbcc6566ac8a968 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
