]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1855780 Angular Notification/Action Triggers port
authorMike Risher <mrisher@catalyte.io>
Thu, 19 Dec 2019 17:56:41 +0000 (17:56 +0000)
committerJane Sandberg <sandbergja@gmail.com>
Wed, 17 Nov 2021 19:55:11 +0000 (11:55 -0800)
commitda3fff6cf5f075ab02ea991ebe38f8600f848b7e
treeef75879fffabcfddc9646a118a5e96331fceb736
parentf4e4bdb702d369d3117042180598c7f8625e0369
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>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
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]