LP1840050 Angular Org Unit Admin page port user/berick/lp1840050-org-unit-admin-2
authorBill Erickson <berickxx@gmail.com>
Fri, 16 Aug 2019 21:01:51 +0000 (17:01 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 6 Sep 2019 16:47:01 +0000 (12:47 -0400)
commit079386bb8037be3cdc728357b5b7323ee7162cb5
tree2bd44824ae616a8c36861727bf79ea084891efdd
parenteeb939b36b9f080e540ba566f63a051b3ed910cc
LP1840050 Angular Org Unit Admin page port

Migrate the Dojo Org Unit administration page to Angular:

Administration => Server Administration => Organizational Units

Includes org unit, hours of operation, and address settings.

The new UI adds details on which org unit addresses are shared, offering a
way to clone a shared address to a new address.

Includes release notes.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/core/org.service.ts
Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.html
Open-ILS/src/eg2/src/app/staff/admin/server/admin-server.module.ts
Open-ILS/src/eg2/src/app/staff/admin/server/org-addr.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/org-addr.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/routing.module.ts
docs/RELEASE_NOTES_NEXT/Administration/org-unit-admin.adoc [new file with mode: 0644]