Bug 1145247

Summary: Search providers by type gives no result
Product: [Retired] oVirt Reporter: Juan Hernández <juan.hernandez>
Component: ovirt-engine-coreAssignee: Juan Hernández <juan.hernandez>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Belka <jbelka>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.5CC: ecohen, gklein, iheim, lsurette, rbalakri, yeylon
Target Milestone: ---   
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: ovirt-3.5.0_rc4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-17 12:28:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1132259    

Description Juan Hernández 2014-09-22 15:48:39 UTC
Searching providers by type using the search bar gives no result. The reason is that the autocompleter used is "EnumValueAutoCompleter", but it should be "EnumNameAutoCompleter", as the database column "providers.provider_type" stores the name of the enum, not the numeric id.

Comment 1 Sandro Bonazzola 2014-10-17 12:28:29 UTC
oVirt 3.5 has been released and should include the fix for this issue.