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:
6dd8489
)
LP1929741 Welcome page navigates to staff w/ href
user/berick/lp1929741-acq-selection-order-angular
author
Bill Erickson
<berickxx@gmail.com>
Thu, 24 Jun 2021 15:30:24 +0000
(11:30 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Tue, 29 Jun 2021 15:10:17 +0000
(11:10 -0400)
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>
Open-ILS/src/eg2/src/app/welcome.component.html
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/app/welcome.component.html
b/Open-ILS/src/eg2/src/app/welcome.component.html
index
eaa1c71
..
77ff7c4
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/welcome.component.html
+++ b/
Open-ILS/src/eg2/src/app/welcome.component.html
@@
-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>