]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1993825 angular custom ou tree interface
authorJason Etheridge <phasefx@gmail.com>
Wed, 7 Jun 2023 14:14:19 +0000 (10:14 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 10 Nov 2023 22:05:35 +0000 (17:05 -0500)
commit25662c7476496f69b004a44b315b639995a639e2
tree671f2ad8247acadf2d14af46189ec1be07ce682a
parentce215e58c3c64b0b7a34e06f13c23702d5b14fe6
LP1993825 angular custom ou tree interface

This is an Angular reimplementation of the interface under Admin ->
Server Administration -> Custom Org Unit Trees.

* schema changes
* admin ui
* routing, link to ui

Signed-off-by: Jason Etheridge <phasefx@gmail.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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/custom-org-unit-trees-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/custom-org-unit-trees-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/custom-org-unit-trees.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/custom-org-unit-trees.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/custom-org-unit-trees.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/routing.module.ts
Open-ILS/src/sql/Pg/005.schema.actors.sql
Open-ILS/src/sql/Pg/upgrade/YYYY.schema.org_unit_custom_node.sql [new file with mode: 0644]