]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1843969 Composite Attribute Entry Defs
authorMike Risher <mrisher@catalyte.io>
Thu, 22 Oct 2020 20:19:51 +0000 (20:19 +0000)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 26 Feb 2021 23:12:03 +0000 (15:12 -0800)
commit8b74cb953c1000fd649b30b19e75ad15bdfc8347
treec4099ee80f57bcd88dfc4542b908a46b88cfc4f1
parente7aa5f824c96bcbf5a3bbc2c14a30098264d5aed
LP1843969 Composite Attribute Entry Defs

Create a port of the Coded Value Maps UI from Angular JS to
Angular. Allow creation and edits of the Composite Attribute
Entry Definitions.

Signed-off-by: Mike Risher <mrisher@catalyte.io>
Signed-off-by: Jason Boyer <boyer.jason@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/coded-value-maps-routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/coded-value-maps.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/coded-value-maps.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/coded-value-maps.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/composite-def.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/composite-def.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/composite-new.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/composite-new.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/routing.module.ts