LP1929741 Welcome page navigates to staff w/ href
authorBill Erickson <berickxx@gmail.com>
Thu, 24 Jun 2021 15:30:24 +0000 (11:30 -0400)
committerJane Sandberg <js7389@princeton.edu>
Sun, 2 Oct 2022 15:02:49 +0000 (08:02 -0700)
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 <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/eg2/src/app/welcome.component.html

index eaa1c71..77ff7c4 100644 (file)
@@ -6,6 +6,6 @@
   <hr class="my-4"/>
   <p i18n>
     But maybe you meant to go to the 
-    <a routerLink="/staff/splash">staff page</a>
+    <a href="/eg2/staff/splash">staff page</a>
   </p>
 </div>