lp1846552 Adjust character formatting & subfolder collab/khuckins/lp1846552-port-loca-admin-shelving-location-order-tweaks
authorKyle Huckins <khuckins@catalyte.io>
Fri, 11 Oct 2019 22:51:47 +0000 (22:51 +0000)
committerKyle Huckins <khuckins@catalyte.io>
Fri, 11 Oct 2019 22:54:25 +0000 (22:54 +0000)
commite191d536f0b1ab85cd439505656a789673e84fba
tree151e202c700f7933cccb347ede7872ede557682b
parent4e9a12bcb08f58a85a803160590da9012bd89d5a
lp1846552 Adjust character formatting & subfolder

- Switch character formatting to UNIX instead of DOS/Windows
- Move copy-location-order components into new copy-location folder
- Adjust link in Local Admin page to link to new Angular UI

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
 Changes to be committed:
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/admin-local.module.ts
renamed:    Open-ILS/src/eg2/src/app/staff/admin/local/copy-location-order.component.html -> Open-ILS/src/eg2/src/app/staff/admin/local/copy-location/copy-location-order.component.html
renamed:    Open-ILS/src/eg2/src/app/staff/admin/local/copy-location-order.component.ts -> Open-ILS/src/eg2/src/app/staff/admin/local/copy-location/copy-location-order.component.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/copy-location/copy-location-routing.module.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/copy-location/copy-location.module.ts
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/share/card.component.html
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/share/card.component.ts
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/share/table-list.component.html
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/share/table-list.component.ts
13 files changed:
Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
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 [deleted file]
Open-ILS/src/eg2/src/app/staff/admin/local/copy-location-order.component.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/admin/local/copy-location/copy-location-order.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/copy-location/copy-location-order.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/copy-location/copy-location-routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/copy-location/copy-location.module.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
Open-ILS/src/eg2/src/app/staff/admin/local/share/card.component.ts
Open-ILS/src/eg2/src/app/staff/admin/local/share/table-list.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/share/table-list.component.ts