From 5a05ad932afb3e739efe9e4ab9e3c0fb5478ae69 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 21 Nov 2019 11:43:11 -0500 Subject: [PATCH] LPXXX Prop changes between editors Signed-off-by: Bill Erickson --- .../src/eg2/src/app/staff/share/marc-edit/flat-editor.component.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/flat-editor.component.ts b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/flat-editor.component.ts index 3c3da2a8c1..465a738eb2 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/flat-editor.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/flat-editor.component.ts @@ -28,7 +28,11 @@ export class MarcFlatEditorComponent implements OnInit { private store: ServerStoreService ) {} - ngOnInit() {} + ngOnInit() { + // Be sure changes made in the enriched editor are + // reflected here. + this.record.breakerText = this.record.toBreaker(); + } // When we have breaker text, limit the vertical expansion of the // text area to the size of the data plus a little padding. -- 2.11.0