From 75f6affa49e841421b160cab27e8c7eac4a0df81 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 d85664bcae..ca394cd73c 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -333,7 +333,7 @@ New Brief Record + href="/eg/staff/acq/requests/list"> Patron Requests -- 2.11.0