Daniel Erez has submitted this change and it was merged.
Change subject: core: adding disk_id as a secondary order-by column
......................................................................
core: adding disk_id as a secondary order-by column
Disks search default order by column is disk_alias.
Since disk alias is not unique, the search query might
return disks in a different order when they are manipulated
(e.g. status changes). Hence, in order to prevent unpredicted
order, added disk_id as a secondary order-by column.
Change-Id: I7e62b44cab4065c41dc7273fc527415b9fba002f
Bug-Url:
https://bugzilla.redhat.com/953154
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M
backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/SearchObjectAutoCompleter.java
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Daniel Erez: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/15264
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7e62b44cab4065c41dc7273fc527415b9fba002f
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server