From a0662d9e6dcf7475683d0bc0f4f5df30df9d91e7 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 10 May 2023 15:45:05 -0400 Subject: [PATCH] LP#2019150: link to AngularJS Patron Requests interface Due to a presumed timing issue in 2018, the AngularJS patron purchase request interface created in bug 1774277 was never linked to from the Angular navbar (only the AngularJS one). This patch fixes this. To test ------- [1] Apply the patch. [2] From the Angular menu, go to Acquisitions -> Patron Requests and verify that it loads the AngularJS interface rather than the legacy Dojo one. Signed-off-by: Galen Charlton Signed-off-by: Terran McCanna Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/src/app/staff/nav.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b7e0e08f8b..581c5fbd02 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -267,7 +267,7 @@ New Brief Record + href="/eg/staff/acq/requests/list"> Patron Requests -- 2.11.0