Change in ovirt-engine[ovirt-engine-4.0]: core: Add status/shared status support in search

Tal Nisan 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@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 -- To view, visit https://gerrit.ovirt.org/59611 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic496e15516fc90928589232ebad08fe234c0499e Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.0 Gerrit-Owner: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
tnisan@redhat.com