From: Bill Erickson Date: Thu, 21 Nov 2019 16:43:11 +0000 (-0500) Subject: LPXXX Prop changes between editors X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5a05ad932afb3e739efe9e4ab9e3c0fb5478ae69;p=working%2FEvergreen.git LPXXX Prop changes between editors Signed-off-by: Bill Erickson --- 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.