LP#2019150: link to AngularJS Patron Requests interface user/mccanna/lp2019150_fix_link_to_patron_requests_signoff
authorGalen Charlton <gmc@equinoxOLI.org>
Wed, 10 May 2023 19:45:05 +0000 (15:45 -0400)
committerTerran McCanna <tmccanna@georgialibraries.org>
Fri, 12 May 2023 23:29:43 +0000 (19:29 -0400)
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>
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>