Bugzilla – Attachment 134219 Details for
Bug 22785
Manage matches when importing through stage MARC record import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22785: (follow-up) Update contentType in request
Bug-22785-follow-up-Update-contentType-in-request.patch (text/plain), 1.13 KB, created by
Nick Clemens (kidclamp)
on 2022-04-28 10:29:50 UTC
(
hide
)
Description:
Bug 22785: (follow-up) Update contentType in request
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-04-28 10:29:50 UTC
Size:
1.13 KB
patch
obsolete
>From 7d489db8c279cf98954a83d0575282c26eca3699 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 28 Apr 2022 10:28:58 +0000 >Subject: [PATCH] Bug 22785: (follow-up) Update contentType in request > >--- > .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >index 8755cb7202..e62ed34c69 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >@@ -623,7 +623,8 @@ > $.ajax({ > url: '/api/v1/import/[% import_batch_id | html %]/records/'+$(this).data('import_record_id')+'/matches/chosen', > method: apimethod, >- data: apidata >+ data: apidata, >+ contentType: 'application/json' > }).fail(function(){ alert(_("Unable to update match choices")); return false; }); > }); > >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22785
:
114813
|
114814
|
114815
|
114816
|
120995
|
120996
|
120997
|
121149
|
121167
|
121168
|
121169
|
121170
|
121171
|
121172
|
121173
|
121174
|
121204
|
121205
|
121206
|
121207
|
126369
|
126370
|
126371
|
126372
|
126522
|
126523
|
126524
|
126525
|
126531
|
126532
|
126533
|
126534
|
126535
|
126536
|
126537
|
126538
|
128820
|
128821
|
128822
|
128823
|
128824
|
130726
|
130727
|
130728
|
130729
|
130730
|
131143
|
131144
|
131145
|
131146
|
131147
|
133947
|
133948
|
133949
|
133950
|
133951
|
134127
|
134128
|
134129
|
134130
|
134131
|
134132
|
134219
|
134368
|
134369
|
134370
|
134371
|
134372
|
134373
|
134374
|
134575
|
134608