From 8ca85d2afe3c3f8688ae80ea37df9003700944bd Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 17 Oct 2019 17:57:10 -0400 Subject: [PATCH] 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 --- .../staff/share/marc-edit/editor.component.html | 31 ++++++++-------- .../app/staff/share/marc-edit/editor.component.ts | 42 ++++++++++++++++------ 2 files changed, 48 insertions(+), 25 deletions(-) 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