]> 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:10:47 +0000 (15:10 -0800)
commit072b5e6df210598c97e2773a60c3783139a2b7d6
tree4fa8e2a9ece79cd4397950ea2118f35b6a5da820
parentbb5a12cf0c1376321683ec59284d2953f3d30ebc
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