From ae0cbef8cb836900fc8b70b8a4c58cb97021c0be Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Tue, 28 May 2019 12:31:25 -0400 Subject: [PATCH] cleaning up notices reports --- mig-xml/evergreen_staged_report.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mig-xml/evergreen_staged_report.xml b/mig-xml/evergreen_staged_report.xml index a600948..ecdc30a 100644 --- a/mig-xml/evergreen_staged_report.xml +++ b/mig-xml/evergreen_staged_report.xml @@ -1159,9 +1159,9 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3 notices_overview notices 0 - Overview of Notices for Migration - ID.Active.Owner.Name.Delay.Validator.Reactor - SELECT ed.id, ed.active, aou.shortname, LEFT(ed.name,25) || '...', ed.delay, ed.validator, ed.reactor + Action Triggers Setup for Notices + ID.Active.Owner.Name + SELECT ed.id, ed.active, aou.shortname, ed.name FROM action_trigger.event_definition ed JOIN actor.org_unit aou ON aou.id = ed.owner WHERE ed.owner IN (SELECT DISTINCT home_ou FROM actor_usr) @@ -1175,7 +1175,7 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3 0 Count of Notices Run with State Count of Notices.State.ID.Owner.Name - SELECT COUNT(ate.id), ate.state, ed.id, aou.shortname, LEFT(ed.name,25) || '...' + SELECT COUNT(ate.id), ate.state, ed.id, aou.shortname, ed.name FROM action_trigger.event_definition ed JOIN actor.org_unit aou ON aou.id = ed.owner JOIN action_trigger.event ate ON ate.event_def = ed.id -- 1.7.2.5