From 74ea98cc1f0b2e9a18d1b1e36d302a7a8f385d3f Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 10 Jan 2020 11:54:08 -0500 Subject: [PATCH] LP#1859191 - Use correct API method for updating existing MARC records. Signed-off-by: Chris Sharp Signed-off-by: Bill Erickson Signed-off-by: Chris Sharp --- Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.ts b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.ts index e25734f35c..44da299df0 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.ts @@ -114,7 +114,7 @@ export class MarcEditorComponent implements OnInit { if (this.record.id) { // Editing an existing record - const method = 'open-ils.cat.biblio.record.marc.replace'; + const method = 'open-ils.cat.biblio.record.xml.update'; return this.net.request('open-ils.cat', method, this.auth.token(), this.record.id, xml, sourceName -- 2.11.0