]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1834665 Angular catalog MARC flat text editor
authorBill Erickson <berickxx@gmail.com>
Fri, 28 Jun 2019 16:29:07 +0000 (12:29 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 26 Aug 2019 16:08:36 +0000 (12:08 -0400)
commit1732ea9971b5c917a595220bff1b65121f18bdf7
tree2411234872a4f3947067c19b53be6b6ff6f4bb9a
parentb3578d8ae2f18803f444dcb40752f7df1a6a282b
LP1834665 Angular catalog MARC flat text editor

Adds a set of components for editing MARC records.  The main component
acts as a container with various actions (source selector, delete,
undelete, and save options).  The body of this component is a tabbed
interface, one tab for the Enriched editor and one for the Flat Text
editor.

The Enriched editor tab directs the user to the AngJS version of the page.
the Flat Text editor tab implements the standard MARC flat text editor
interface.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
13 files changed:
Open-ILS/src/eg2/src/app/staff/catalog/catalog.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/flat-editor.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/flat-editor.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/flat-editor.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/marc-edit.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/marcrecord.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.ts [new file with mode: 0644]