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=8ca85d2afe3c3f8688ae80ea37df9003700944bd;p=Evergreen.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. * Option to hide the link to the AngJS Rich Editor Signed-off-by: Bill Erickson 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..659e070027 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