Bugzilla – Attachment 6836 Details for
Bug 7363
Downloading a list in CSV format doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-7363-allows-downloading-of-lists-in-CSV-format.patch (text/plain), 1.50 KB, created by
Adrien SAURAT
on 2011-12-16 15:55:39 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2011-12-16 15:55:39 UTC
Size:
1.50 KB
patch
obsolete
>From bb9e55fd53a1da587b890cb20c53f3d2f8c66682 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Fri, 16 Dec 2011 16:51:18 +0100 >Subject: [PATCH] Bug 7363: allows downloading of lists in CSV format > >Getting a list in CSV format was impossible because the >shelfid parameter was empty in the URL. >--- > .../prog/en/includes/virtualshelves-toolbar.inc | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc >index 3f14e51..18304a2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc >@@ -38,7 +38,7 @@ > { text: _("RIS"), url: "/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=ris&shelfid=[% shelfnumber %]" }, > { text: _("BibTex"), url: "/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=bibtex&shelfid=[% shelfnumber %]" }, > [% FOREACH csv_profile IN csv_profiles %] >- { text: _("CSV - [% csv_profile.profile %]"), url: "/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=[% csv_profile.export_format_id %]&shelfid=[% csv_profile.shelfnumber %]" }, >+ { text: _("CSV - [% csv_profile.profile %]"), url: "/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=[% csv_profile.export_format_id %]&shelfid=[% shelfnumber %]" }, > [% END %] > ]; > >@@ -96,4 +96,4 @@ > [% END %] > </ul> > </div> >- >\ No newline at end of file >+ >-- >1.7.4.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 7363
:
6836
|
6850