lp1852321 Angular Shelving Location Groups UI Port user/mrisher/lp1852321-shelving-locations-group
authorMike Risher <mrisher@catalyte.io>
Mon, 2 Dec 2019 20:38:15 +0000 (20:38 +0000)
committerMike Risher <mrisher@catalyte.io>
Mon, 9 Dec 2019 18:14:52 +0000 (18:14 +0000)
commitff36a41b5de5a8f44a0ebabc2344fd8109d3ce22
treebcda0b2a03600842577a72bef6e34a4b2da7f5c5
parentf3ad285e081b1bae0e14d328943b510bd34c9d44
lp1852321 Angular Shelving Location Groups UI Port

Port Shelving Location Groups interface from DOJO to Angular. Features
ported include  creating and editing Location Groups, dragging and dropping
Location Groups to change their saved order, adding and removing
Group Entgries, and sorting Shelving Locations in the same order as the old
interface.

Signed-off-by: Mike Risher <mrisher@catalyte.io>
Changes to be committed:
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/shelving_location_groups/shelving_location_groups.component.html
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/shelving_location_groups/shelving_location_groups.component.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/shelving_location_groups/shelving_location_groups.module.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/shelving_location_groups/shelving_location_groups_routing.module.ts
Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts
Open-ILS/src/eg2/src/app/staff/admin/local/shelving_location_groups/shelving_location_groups.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/shelving_location_groups/shelving_location_groups.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/shelving_location_groups/shelving_location_groups.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/shelving_location_groups/shelving_location_groups_routing.module.ts [new file with mode: 0644]