]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1929242: add interface for editing bib record notes
authorRogan Hamby <rogan.hamby@gmail.com>
Thu, 5 Aug 2021 18:01:48 +0000 (18:01 +0000)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 20 Sep 2021 21:24:45 +0000 (17:24 -0400)
commit4641ab15b819556f901db02c561d2cba75550068
tree3ef09c03de0626986acf390fa59ed9e41448948b
parentf6d7d6493b2b011eb6d13c5f5d45225e96c83b51
LP#1929242: add interface for editing bib record notes

This adds an Angular interface for editing bibliographic
record notes, i.e., notes stored in the biblio.record_note
table.

Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/eg2/src/app/staff/catalog/catalog.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/notes.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/notes.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
Open-ILS/src/sql/Pg/010.schema.biblio.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/xxxx.data.record_notes.sql [new file with mode: 0644]