LP1840050 Angular Org Unit Admin page port user/berick/lp1840050-org-unit-admin
authorBill Erickson <berickxx@gmail.com>
Fri, 16 Aug 2019 21:01:51 +0000 (17:01 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 16 Aug 2019 21:21:57 +0000 (17:21 -0400)
commitaf88543f47fa3c2a4cec79f548f134ead1da6fc9
tree6792b13594fbbbbd0d69ac0500fb51cc1d5172a8
parent676ffbfe7cda12dbb589d02021b96712affe8123
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]