lp1855780 Notification Action Triggers user/sandbergja/lp1855780-notification-action-triggers-v2
authorMike Risher <mrisher@catalyte.io>
Thu, 19 Dec 2019 17:56:41 +0000 (17:56 +0000)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 15 Jul 2020 01:44:23 +0000 (18:44 -0700)
commit6bc3416374d1cecd73efe5f068ce006d60e4a4d5
treeeea2a005deb8781e90b97c0f6593ffd3b9344707
parent2f1bbe7efd2243397c85acd79cd23355fdafc857
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.

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

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
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/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]