From 8b167fd420f6d7e2ef1d4a3d52e4b9bf92ee4127 Mon Sep 17 00:00:00 2001 From: Harpreet Kataria Date: Fri, 23 Mar 2018 11:05:51 -0400 Subject: [PATCH] Fixed case of expression in OOTB report. This was causing an issue when copying this report and trying to change an expression of new report. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1558087 --- product/reports/520_Events - Policy/120_Policy Events2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/reports/520_Events - Policy/120_Policy Events2.yaml b/product/reports/520_Events - Policy/120_Policy Events2.yaml index 3e3de6c22b9..6838389d0f5 100644 --- a/product/reports/520_Events - Policy/120_Policy Events2.yaml +++ b/product/reports/520_Events - Policy/120_Policy Events2.yaml @@ -6,7 +6,7 @@ reserved: title: Policy Events for the Last 7 Days conditions: !ruby/object:MiqExpression exp: - "after": + "AFTER": field: PolicyEvent.miq_policy_sets-created_on value: 7 Days Ago updated_on: 2009-04-06 20:18:30 Z