Modify nav.component.html for Angular Components collab/dyrcona/enable_Angular
authorJason Stephenson <jstephenson@cwmars.org>
Wed, 30 Nov 2022 20:56:23 +0000 (15:56 -0500)
committerJason Stephenson <jstephenson@cwmars.org>
Fri, 2 Dec 2022 16:39:52 +0000 (11:39 -0500)
Change the navbar entries for Circulation "menu" Checkout, Renew
Items, and Checkin Items to go to the eg2/Angular components.

This commit is useful for testing those features.

Signed-off-by: Jason Stephenson <jstephenson@cwmars.org>
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>