LP1846552 Shelving Location Order Angular UI
authorBill Erickson <berickxx@gmail.com>
Mon, 13 Sep 2021 18:17:16 +0000 (14:17 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 13 Sep 2021 18:25:36 +0000 (14:25 -0400)
commit78ba9155f04dc3015fb49d757657564f1b494b48
tree34159a1c7831b47a36d0d8afc93cdf5c4df29005
parent44c451131a1d43cb04bd069fe0b5372073c1f8d3
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>
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