Modify nav.component.html for eg2
authorJason Stephenson <jstephenson@cwmars.org>
Wed, 30 Nov 2022 20:56:23 +0000 (15:56 -0500)
committerJason Stephenson <jstephenson@cwmars.org>
Wed, 30 Nov 2022 20:56:23 +0000 (15:56 -0500)
Attempt to move circulation to Angular from AngularJS staff client.

DO NOT PUSH THIS COMMIT TO THE COLLAB BRANCH

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

index 397753a..aa651ae 100644 (file)
          <span i18n>Circulation</span>
         </a>
         <div class="dropdown-menu" ngbDropdownMenu>
-          <a class="dropdown-item" href="/eg/staff/circ/patron/bcsearch"
+          <a class="dropdown-item" routerLink="/staff/circ/patron/bcsearch"
             egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
             keySpec="f1" keyDesc="Checkout">
             <span class="material-icons" aria-hidden="true">trending_up</span>
             <span i18n>Check Out</span>
           </a>
-          <a class="dropdown-item" href="/eg/staff/circ/checkin/checkin"
+          <a class="dropdown-item" routerLink="/staff/circ/checkin"
             egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
             keySpec="f2" keyDesc="Checkin">
             <span class="material-icons" aria-hidden="true">trending_down</span>
@@ -65,7 +65,7 @@
             <span class="material-icons" aria-hidden="true">view_list</span>
             <span i18n>Pull List for Hold Requests</span>
           </a>
-          <a class="dropdown-item" href="/eg/staff/circ/renew/renew"
+          <a class="dropdown-item" routerLink="/staff/circ/renew"
             egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
             keySpec="ctrl+f2" keyDesc="Renew Items">
             <span class="material-icons" aria-hidden="true">autorenew</span>