From: Rogan Hamby Date: Tue, 28 May 2019 16:31:25 +0000 (-0400) Subject: cleaning up notices reports X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=ae0cbef8cb836900fc8b70b8a4c58cb97021c0be cleaning up notices reports --- 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