LP1846552 Shelving Location Order Angular UI
authorBill Erickson <berickxx@gmail.com>
Mon, 13 Sep 2021 18:17:16 +0000 (14:17 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 3 Feb 2022 19:41:52 +0000 (14:41 -0500)
commite2f9500a95af6a916c7e1a0d3b47d9c53136f46d
tree8c2c42d8f095c3e5d2aedaf2e899b55e7f5f6500
parente7b98ca69a9d58d47fc71ea13d14ef1478c5afb2
LP1846552 Shelving Location Order Angular UI

Ports the copy shelving location order interface to Angular.

Admin => Local Admin => Shelving Location Order.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/eg2/src/app/core/pcrud.service.ts
Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order-routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts