Lp#1846552: Port Local Admin Shelving Location Order Editor to Angular
authorZavier Banks <zbanks@catalyte.io>
Fri, 11 Oct 2019 21:17:40 +0000 (21:17 +0000)
committerZavier Banks <zbanks@catalyte.io>
Fri, 11 Oct 2019 21:17:40 +0000 (21:17 +0000)
commit4e9a12bcb08f58a85a803160590da9012bd89d5a
tree9f88f69a0a74cf137e727c73102e11b354b20396
parent52bc686e7754b5d730431bfab58e332ded1bf880
Lp#1846552: Port Local Admin Shelving Location Order Editor to Angular

I ported the admin shelving location from dojo, into Angular, with all the
same bells and whistles. Using the Angular framework, the user can drag and
drop through a list of different org units, and save said list to
a database.

Signed-off-by: Zavier Banks <zbanks@catalyte.io>
Open-ILS/src/eg2/src/app/staff/admin/local/admin-local.module.ts
Open-ILS/src/eg2/src/app/staff/admin/local/copy-location-order.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/copy-location-order.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts
Open-ILS/src/eg2/src/app/staff/admin/local/share/card.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/share/card.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/share/table-list.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/share/table-list.component.ts [new file with mode: 0644]