]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1840050 Angular Org Unit Admin page port
authorBill Erickson <berickxx@gmail.com>
Fri, 16 Aug 2019 21:01:51 +0000 (17:01 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 6 Sep 2019 17:00:12 +0000 (13:00 -0400)
commitc839ede49b09f6f24c31f293f1d49f4a8dc53f82
tree2bd44824ae616a8c36861727bf79ea084891efdd
parentd20011d9220b06077194dc76058f6a147f4c4a7d
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>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
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]