projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adede12
)
force-on ang7 cat for now
author
Bill Erickson
<berickxx@gmail.com>
Tue, 12 Feb 2019 17:40:30 +0000
(17:40 +0000)
committer
Bill Erickson
<berickxx@gmail.com>
Mon, 13 Jun 2022 20:01:13 +0000
(16:01 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/nav.component.ts
patch
|
blob
|
history
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
89d98ac
..
6a0c6fd
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/staff/nav.component.ts
+++ b/
Open-ILS/src/eg2/src/app/staff/nav.component.ts
@@
-57,6
+57,11
@@
export class StaffNavComponent implements OnInit, OnDestroy {
// 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 =
@@
-78,6
+83,7
@@
export class StaffNavComponent implements OnInit, OnDestroy {
if (this.permFailedSub) {
this.permFailedSub.unsubscribe();
}
+ */
}
user() {