LP#2019150: link to AngularJS Patron Requests interface user/gmcharlt/lp2019150_fix_link_to_patron_requests
authorGalen Charlton <gmc@equinoxOLI.org>
Wed, 10 May 2023 19:45:05 +0000 (15:45 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 11 May 2023 13:56:53 +0000 (09:56 -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>
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>