lp1855780 Notification Action Triggers user/mrisher/lp1855780-notification-action-triggers-v4
authorMike Risher <mrisher@catalyte.io>
Thu, 19 Dec 2019 17:56:41 +0000 (17:56 +0000)
committerMike Risher <mrisher@catalyte.io>
Fri, 18 Sep 2020 23:10:58 +0000 (23:10 +0000)
commit8922f96dc532bba23d4ed5353715bc08c52b41f6
treec2bd17cb3c4802731362e5106a3432b918f318f2
parent6f73091539a6e2e2aab08ca708abaa99884c6efb
lp1855780 Notification Action Triggers
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>
 Changes to be committed:
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/triggers/triggers.component.html
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/triggers/triggers.component.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/triggers/triggers.module.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/triggers/triggers_routing.module.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/triggers/trigger-edit.component.html
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/triggers/trigger-edit.component.ts
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]