LPXXX Item Status Angular WIP
authorBill Erickson <berickxx@gmail.com>
Thu, 17 Jun 2021 15:14:37 +0000 (11:14 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 29 Jun 2021 20:31:33 +0000 (16:31 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/cat/item/routing.module.ts

index c26e28f..f7f4bb4 100644 (file)
@@ -10,6 +10,9 @@ const routes: Routes = [{
     path: 'missing_pieces/:id',
     component: MarkItemMissingPiecesComponent
   }, {
+    path: 'list',
+    component: ItemStatusComponent
+  }, {
     path: ':id/:tab',
     component: ItemStatusComponent
   }, {