Martin Peřina has submitted this change and it was merged.
Change subject: core: Add status/shared status support in search
......................................................................
core: Add status/shared status support in search
Problem was that StorageDomainFieldAutoCompleter was addressing
StorageDomainStatus while using auto-complete from the
StorageDomainSharedStatus enum.
This patch adds correct support for both status and shared_status fields
using StorageDomainStatus enum values to validate status and
StorageDomainSharedStatus enum values to validate the shared status.
Change-Id: Ic496e15516fc90928589232ebad08fe234c0499e
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1347007
Signed-off-by: emesika <emesika(a)redhat.com>
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/StorageDomainStatus.java
M
backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/StorageDomainFieldAutoCompleter.java
2 files changed, 9 insertions(+), 2 deletions(-)
Approvals:
Martin Peřina: Looks good to me, approved
Eli Mesika: Verified
Jenkins CI: Passed CI tests
Allon Mureinik: Looks good to me, but someone else must approve
--
To view, visit
https://gerrit.ovirt.org/59312
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic496e15516fc90928589232ebad08fe234c0499e
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>