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=0b9ef585a32bc697214389c806cd19cc958777b1;p=working%2FEvergreen.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 --- 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