Description of problem: Expression methods can not access Flavor tags Version-Release number of selected component (if applicable): 5.9.1.2.20180321221247_67fd99d How reproducible: 100% Steps to Reproduce: 1. Create new expression method. Select expression object "Flavor" 2. Create expression; select tag 3. Attempt to select Flavor.<corp>.<tag category> Actual results: Only Flavor.Build.<corp>.<tag category>, Flavor.Cluster/Deployment.<corp>.<tag category>, etc, (x10000) are available Expected results: Can filter on Flavor tags
The same results are visible when using Advanced Search from Compute -> Clouds -> Flavors. Sending to the Appliance team to review as this is a general expression issue and not specifically related to Automate Expression Methods.
https://github.com/ManageIQ/manageiq/pull/17537
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/110969f164c010e1ffe26f3ffee807f510a43c8e commit 110969f164c010e1ffe26f3ffee807f510a43c8e Author: Yuri Rudman <yrudman> AuthorDate: Wed Jun 6 10:17:13 2018 -0400 Commit: Yuri Rudman <yrudman> CommitDate: Wed Jun 6 10:17:13 2018 -0400 add Flavor model to :tag_classes: sections in miq_expression.yml. It would allow to select Flavor.My Company Tags... when building expressions. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1581501 config/miq_expression.yml | 1 + 1 file changed, 1 insertion(+)
Verified in 5.10.0.4. Flavor.MyCompany. expression items are available for tag filters.