lp1855780 Notification Action Triggers
authorMike Risher <mrisher@catalyte.io>
Thu, 19 Dec 2019 17:56:41 +0000 (17:56 +0000)
committerMike Risher <mrisher@catalyte.io>
Tue, 6 Oct 2020 19:09:45 +0000 (19:09 +0000)
commite80fddac29c323422eae78db2801ca7820943042
tree449d4ee291c22984489b36135300c7bf00b3130c
parent219ad430f60d9521aeb291f28b2e32f77bc988ed
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 cloning there is the option to clone environments.  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]