]> git.evergreen-ils.org Git - Evergreen.git/commit
lp1852321 Angular Shelving Location Groups UI Port
authorMike Risher <mrisher@catalyte.io>
Mon, 2 Dec 2019 20:38:15 +0000 (20:38 +0000)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 Mar 2021 19:32:39 +0000 (14:32 -0500)
commit9259e045c7f090bb5d83db79bc4631820f2d4a41
tree4b7a9346a5fdb784b820c0ea2d320852df187a45
parent8b5a7fa7453b93123a52453888c8e54915cecf9f
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>
Signed-off-by: Jennifer Weston <jennifer.weston@equinoxinitiative.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/examples/fm_IDL.xml
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]