From: Galen Charlton Date: Mon, 2 Aug 2021 22:34:02 +0000 (-0400) Subject: staff portal: default to Angular portal X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=00a47bd49448e54baaee2eba96140cb2e8c51011;p=working%2FEvergreen.git staff portal: default to Angular portal TODO: avoid flashing AngularJS portal when logging in from the AngularJS page Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/login.component.ts b/Open-ILS/src/eg2/src/app/staff/login.component.ts index 207c525bdf..d1acd5d7e0 100644 --- a/Open-ILS/src/eg2/src/app/staff/login.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/login.component.ts @@ -94,11 +94,8 @@ export class StaffLoginComponent implements OnInit { // Force reload of the app after a successful login. // This allows the route resolver to re-run with a // valid auth token and workstation. - - // Temporarily redirect to AngularJS splash page - // (LP#1848550/LP#1835128) - window.location.href = '/eg/staff/splash'; - // this.ngLocation.prepareExternalUrl(url); + window.location.href = + this.ngLocation.prepareExternalUrl(url); }); } diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.html b/Open-ILS/src/eg2/src/app/staff/nav.component.html index bd57834dbd..ccf652daa0 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -3,7 +3,7 @@