Bugzilla – Attachment 128851 Details for
Bug 28332
Requesting Mana token with accented name fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28332: (follow-up) Include encode_json method in admin/share_content.pl
Bug-28332-follow-up-Include-encodejson-method-in-a.patch (text/plain), 1.01 KB, created by
Hayley Pelham
on 2021-12-21 23:13:47 UTC
(
hide
)
Description:
Bug 28332: (follow-up) Include encode_json method in admin/share_content.pl
Filename:
MIME Type:
Creator:
Hayley Pelham
Created:
2021-12-21 23:13:47 UTC
Size:
1.01 KB
patch
obsolete
>From 31e404c398774c819ee610e8a09316b48db57c1d Mon Sep 17 00:00:00 2001 >From: Hayley Pelham <hayleypelham@catalyst.net.nz> >Date: Tue, 21 Dec 2021 23:06:07 +0000 >Subject: [PATCH] Bug 28332: (follow-up) Include encode_json method in > admin/share_content.pl >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Test plan: > - Go to Administration Share content with Mana KB (cgi-bin/koha/admin/share_content.pl) > - In "Configure Mana KB" part, set your email and a name with accent (Université Foo), > - Click on "Send to Mana KB" > => Fail. No mana token. >--- > admin/share_content.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/share_content.pl b/admin/share_content.pl >index 7712de3c47..b1d421b2db 100755 >--- a/admin/share_content.pl >+++ b/admin/share_content.pl >@@ -18,7 +18,7 @@ > use Modern::Perl; > > use CGI qw ( -utf8 ); >-use JSON qw( to_json ); >+use JSON qw( to_json encode_json ); > use HTTP::Request; > > use C4::Auth qw( get_template_and_user ); >-- >2.20.1
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 28332
:
120884
|
128851
|
128852
|
128853
|
128854
|
128855
|
128944
|
128945