From: Bill Erickson Date: Thu, 12 Jul 2018 16:10:17 +0000 (-0400) Subject: LP#1779158 Display attrs page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ecbe8de762c360987f39e32d9210d3359a61316a;p=working%2FEvergreen.git LP#1779158 Display attrs page Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/routing.module.ts b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/routing.module.ts index 1c253bf3b1..f3b3b6bb2b 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/routing.module.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/routing.module.ts @@ -6,6 +6,7 @@ import {ExportComponent} from './export.component'; import {QueueListComponent} from './queue-list.component'; import {QueueComponent} from './queue.component'; import {QueuedRecordComponent} from './queued-record.component'; +import {DisplayAttrsComponent} from './display-attrs.component'; const routes: Routes = [{ path: '', @@ -32,6 +33,12 @@ const routes: Routes = [{ }, { path: 'queue/:qtype/:id/record/:recordId/:recordTab', component: QueuedRecordComponent + }, { + path: 'display_attrs', + component: DisplayAttrsComponent + }, { + path: 'display_attrs/:atype', + component: DisplayAttrsComponent }] }]; diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/vandelay.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/vandelay.component.html index 6f5935a096..1e215f5ed9 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/vandelay.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/vandelay.component.html @@ -8,34 +8,34 @@ import form.