Bugzilla – Attachment 17656 Details for
Bug 10107
opacbookbag shouldn't prevent from adding items to a list in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10107 - opacbookbag shouldn't prevent from adding items to a list in the OPAC
Bug-10107---opacbookbag-shouldnt-prevent-from-addi.patch (text/plain), 1.56 KB, created by
Tomás Cohen Arazi (tcohen)
on 2013-04-24 14:44:08 UTC
(
hide
)
Description:
Bug 10107 - opacbookbag shouldn't prevent from adding items to a list in the OPAC
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2013-04-24 14:44:08 UTC
Size:
1.56 KB
patch
obsolete
>From 9923fd1447436d808935cbf8f405f2c3b9d4c4cc Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 24 Apr 2013 11:40:18 -0300 >Subject: [PATCH] Bug 10107 - opacbookbag shouldn't prevent from adding items > to a list in the OPAC >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This bug is present in master and (at least 3.8.x, where we spotted it). The patch makes adding items, to a list from the results page, not rely only on opacbookbag syspref but also 'virtualshelves'. > >Regards >To+ > >PS: Thanks Graciela Galli for reporting. > >Sponsored-by: Universidad Nacional de Córdoba >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >index 192fab0..0704f06 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >@@ -186,7 +186,7 @@ $(document).ready(function(){ > $("span.clearall").html("<a id=\"CheckNone\" href=\"#\">"+_("Clear all")+"<\/a>"); > $("span.checkall").html("<a id=\"CheckAll\" href=\"#\">"+_("Select all")+"<\/a>"); > [% IF ( opacbookbag ) %]$("span.addto").html(param1);[% ELSE %][% IF ( virtualshelves ) %][% IF ( loggedinusername ) %]$("span.addto").html(param1);[% END %][% END %][% END %] >-[% IF ( opacbookbag ) %] >+[% IF ( opacbookbag || virtualshelves ) %] > [% IF ( virtualshelves ) %] > $("#addto").change(function(){ > cartList(); >-- >1.8.1.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 10107
:
17656
|
17659
|
17665
|
17675
|
17729