LP#2019150: link to AngularJS Patron Requests interface
authorGalen Charlton <gmc@equinoxOLI.org>
Wed, 10 May 2023 19:45:05 +0000 (15:45 -0400)
committerJane Sandberg <js7389@princeton.edu>
Sat, 13 May 2023 16:11:04 +0000 (09:11 -0700)
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 <gmc@equinoxOLI.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

Open-ILS/src/eg2/src/app/staff/nav.component.html

index e5cfdb5..7054ed6 100644 (file)
             <span i18n>New Brief Record</span>
           </a>
           <a class="dropdown-item" ngbDropdownItem  
-            href="/eg/staff/acq/legacy/picklist/user_request">
+            href="/eg/staff/acq/requests/list">
             <span class="material-icons" aria-hidden="true">thumb_up</span>
             <span i18n>Patron Requests</span>
           </a>