LP#XXX: EDI attr sets interface
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 26 Mar 2021 21:58:51 +0000 (17:58 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 29 Mar 2021 03:06:12 +0000 (23:06 -0400)
commit5007fbc05fcda5f5fed0a90745dcf5bd2ee1aaf1
tree75fa3272eb961f16145fe6c25fe6e0cffec0c8b7
parent355cc06e1eef05828a9472ac9f22a33c03dbe644
LP#XXX: EDI attr sets interface

Note the TODO about the onRowActivate subscription, which will require
a change to the base component

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
12 files changed:
Open-ILS/src/eg2/src/app/staff/admin/acq/admin-acq-splash.component.html
Open-ILS/src/eg2/src/app/staff/admin/acq/edi_attr_set/edi-attr-set-edit-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/edi_attr_set/edi-attr-set-edit-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/edi_attr_set/edi-attr-set-providers-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/edi_attr_set/edi-attr-set-providers-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/edi_attr_set/edi-attr-set-providers.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/edi_attr_set/edi-attr-set-providers.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/edi_attr_set/edi-attr-sets.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/edi_attr_set/edi-attr-sets.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/edi_attr_set/edi-attr-sets.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/edi_attr_set/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/routing.module.ts