Bugzilla – Attachment 57388 Details for
Bug 16914
Export csv in item search, exports all items in one line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16914 - Export csv in item search, exports all items in one line - alternate
Bug-16914---Export-csv-in-item-search-exports-all-.patch (text/plain), 1.26 KB, created by
Fridolin Somers
on 2016-11-09 13:39:06 UTC
(
hide
)
Description:
Bug 16914 - Export csv in item search, exports all items in one line - alternate
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2016-11-09 13:39:06 UTC
Size:
1.26 KB
patch
obsolete
>From 56f206dbc079e01c55120e5e382d7fe4b691736b Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 9 Nov 2016 14:20:28 +0100 >Subject: [PATCH] Bug 16914 - Export csv in item search, exports all items in > one line - alternate > >Translation sets all TT vars on one line. >That is why empty_line.inc whas introduced. >But this file does not contain a line feed, it is realy empty. > >This patch adds a line feed in empty_line.inc. > >Test plan: >0) Do not apply the patch >1) Install any translation >2) Go to item search and choose Output to be CSV >3) Search for at least 2 items in result set, open CSV in text editor > -> in english, everything is ok > -> in other languages are all data on one line >4) Apply the patch >5) Repeat steps 1, 2 and 3, CSV should look OK either in english and other >languages >6) Check it does not break Bug 14264 correction >--- > koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc >index e69de29..8b13789 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc >@@ -0,0 +1 @@ >+ >-- >2.7.4
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 16914
:
57120
|
57388
|
58380
|
58396
|
58397
|
58400
|
58401
|
58402
|
58403