LP#1772680: add admin interfaces for the RBDigital integration tables
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 23 Jan 2019 01:50:01 +0000 (20:50 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 6 Nov 2019 17:29:43 +0000 (12:29 -0500)
commit55c11aa81d44ede447fc5d37d9891903c80af2b9
treef8540ba150741b52235b3b2d035f515c4a4f2dae
parent18572118bb711854962fff0d5cf69741c858dea8
LP#1772680: add admin interfaces for the RBDigital integration tables

The database tables used by the RBDigital interface now have
standard Angular administration interfaces. These can be reached
from a new item on the web staff Adminstration menu, "Extras Administration"

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/admin/basic-admin-page.component.ts
Open-ILS/src/eg2/src/app/staff/admin/extra/admin-extra-splash.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/extra/admin-extra-splash.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/extra/admin-extra.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/extra/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/routing.module.ts
Open-ILS/src/eg2/src/app/staff/nav.component.html
Open-ILS/src/templates/staff/navbar.tt2