LP#1855780 Angular Notification/Action Triggers port
authorMike Risher <mrisher@catalyte.io>
Thu, 19 Dec 2019 17:56:41 +0000 (17:56 +0000)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 8 Nov 2021 16:20:55 +0000 (11:20 -0500)
commitf875dddbf634d7598d84977cf39d3ad7f82987c7
tree8cb213c6beb64a34795875faaf3acc028b53649c
parent4e2d6a2011a90b545062f2de53289f475c5fffa0
LP#1855780 Angular Notification/Action Triggers port

Port Notification Action Triggers from DOJO to Angular.  This consists of 4 grids, each
navigated to by its corresponding tab. The Trigger Event Definitions grid allows
cloning of records.  When editing an event defintion one can also edit parameters,
environments, and run tests.

Signed-off-by: Mike Risher <mrisher@catalyte.io>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts
Open-ILS/src/eg2/src/app/staff/admin/local/triggers/trigger-edit.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/triggers/trigger-edit.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/triggers/triggers.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/triggers/triggers.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/triggers/triggers.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/triggers/triggers_routing.module.ts [new file with mode: 0644]