Bugzilla – Attachment 27621 Details for
Bug 12114
Reports web service JSON output has an encoding problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12114 [QA Followup] - Use JSON instead of JSON::XS
0003-Bug-12114-QA-Followup-Use-JSON-instead-of-JSON-XS.patch (text/plain), 832 bytes, created by
Kyle M Hall (khall)
on 2014-04-25 13:01:52 UTC
(
hide
)
Description:
Bug 12114 [QA Followup] - Use JSON instead of JSON::XS
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-04-25 13:01:52 UTC
Size:
832 bytes
patch
obsolete
>From e557d9ab57e806902270c193c08cd33ca60cdc28 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 25 Apr 2014 08:53:25 -0400 >Subject: [PATCH 3/3] Bug 12114 [QA Followup] - Use JSON instead of JSON::XS > >--- > opac/svc/report | 2 +- > svc/report | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/opac/svc/report b/opac/svc/report >index 0b17a4d..326e276 100755 >--- a/opac/svc/report >+++ b/opac/svc/report >@@ -24,7 +24,7 @@ > use Modern::Perl; > > use C4::Reports::Guided; >-use JSON::XS; >+use JSON; > use CGI; > > use Koha::Cache; >diff --git a/svc/report b/svc/report >index 839a91b..45b68e1 100755 >--- a/svc/report >+++ b/svc/report >@@ -22,7 +22,7 @@ use Modern::Perl; > > use C4::Auth; > use C4::Reports::Guided; >-use JSON::XS; >+use JSON; > use CGI; > > use Koha::Cache; >-- >1.7.2.5 >
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 12114
:
27333
|
27334
|
27360
|
27361
|
27619
|
27620
| 27621