From: Bill Erickson Date: Thu, 17 Oct 2019 21:57:10 +0000 (-0400) Subject: LP1830923 Marc edit in-place additions X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3254eb3e1a9e47af630f315dcc571eb185bade9c;p=evergreen%2Fpines.git LP1830923 Marc edit in-place additions Improve Angular MARC editor for in-place editing. * Make inPlaceMode a proper @Input. * Allow the caller to pass in the bib source * The recordSaved event now reports both the MARC XML and the currently selected bib source. Signed-off-by: Bill Erickson Signed-off-by: Remington Steed Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.html b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.html index f8eef36976..0489ddd38d 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.html @@ -29,9 +29,9 @@ + [disabled]="inPlaceMode" (click)="deleteRecord()" i18n>Delete Record + [disabled]="inPlaceMode" (click)="undeleteRecord()" i18n>Undelete Record