Created attachment 1354211 [details] Duplicate Types Description of problem: When creating an MiqExpression on the ExtManagementSystem object we see 2 fields with the same name called 'Provider: Type'. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Create an Expression builder on the ExtManagementSystem or Expression Method in Automate. 2. Click on the drop down for the field and see Provider: Type twice 3. Actual results: See duplicates Expected results: Should have different names so a user would know what the different types are Additional info: The first type creates an expression that looks like {"="=>{"field"=>"ExtManagementSystem-emstype_description", "value"=>"ManageIQ::Providers::Amazon::CloudManager"}, :token=>1} The second expression looks like {"STARTS WITH"=>{"field"=>"ExtManagementSystem-type", "value"=>"ManageIQ::Providers::Amazon::CloudManager"}, :token=>1} The conflicting fields are * ExtManagementSystem-emstype_description * ExtManagementSystem-type
https://github.com/ManageIQ/manageiq/pull/16673
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/75d828d565b2ef43f0bc3b18dd0f37d0c5fd1e5d commit 75d828d565b2ef43f0bc3b18dd0f37d0c5fd1e5d Author: Yuri Rudman <yrudman> AuthorDate: Fri Dec 15 15:17:12 2017 -0500 Commit: Yuri Rudman <yrudman> CommitDate: Fri Dec 15 15:17:12 2017 -0500 resolved ambiguous Provider:Type field when build MiqExpression Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1514503 locale/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)