From 4b2692ff97513b44eaf509eb9facf0acd6addc93 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 24 Jun 2021 11:30:24 -0400 Subject: [PATCH] LP1929741 Welcome page navigates to staff w/ href When a route failure occurs, etc. and the user is sent back to the Welcom to Webby page, make the link to the staff page an href instead of a routerLink, so Angular is forced to load new route data. Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/src/app/welcome.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/welcome.component.html b/Open-ILS/src/eg2/src/app/welcome.component.html index eaa1c71896..77ff7c4973 100644 --- a/Open-ILS/src/eg2/src/app/welcome.component.html +++ b/Open-ILS/src/eg2/src/app/welcome.component.html @@ -6,6 +6,6 @@

But maybe you meant to go to the - staff page + staff page

-- 2.11.0