From: Bill Erickson Date: Tue, 12 Feb 2019 17:40:30 +0000 (+0000) Subject: force-on ang7 cat for now X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fberick%2Fel-integrate-ang-phase2;p=working%2FEvergreen.git force-on ang7 cat for now Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.ts b/Open-ILS/src/eg2/src/app/staff/nav.component.ts index 852562c8f1..6c3eb2e987 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.ts @@ -47,11 +47,17 @@ export class StaffNavComponent implements OnInit { // NOTE: this can eventually go away. // Avoid attempts to fetch org settings if the user has not yet // logged in (e.g. this is the login page). + + // Force-show the angular catalog for Elastic dev, since that's + // the only site that will support it for now. + this.showAngularCatalog = true; + /* if (this.user()) { this.org.settings('ui.staff.angular_catalog.enabled') .then(settings => this.showAngularCatalog = Boolean(settings['ui.staff.angular_catalog.enabled'])); } + */ } user() {