]> git.evergreen-ils.org Git - Evergreen.git/commit
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>
Wed, 16 Mar 2022 20:41:23 +0000 (16:41 -0400)
commit6516659d05dc80d3169462ee91a62e5cfd134292
tree269e99f449d71053a64beaa6b86a8b99fd9da5a2
parentf61f1e147b1d4ed288554c88ff72d040c924a0f1
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