Bugzilla – Attachment 22184 Details for
Bug 11003
JS error on the cart page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11003: JS error on the cart page
PASSED-QA-Bug-11003-JS-error-on-the-cart-page.patch (text/plain), 1.27 KB, created by
Katrin Fischer
on 2013-10-21 21:12:14 UTC
(
hide
)
Description:
[PASSED QA] Bug 11003: JS error on the cart page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-10-21 21:12:14 UTC
Size:
1.27 KB
patch
obsolete
>From 625bf1589e61cc5dabd78e03d95574424a6d1249 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 7 Oct 2013 11:41:22 +0200 >Subject: [PATCH] [PASSED QA] Bug 11003: JS error on the cart page > >A call to yuiToolbar breaks js code on the cart page. > >Test plan: >- add some biblio to your cart >- open the cart >- a js error occurs (see it with firebug): > ReferenceError: yuiToolbar is not defined >- apply the patch >- retry and verify the error does not appear anymore. > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >Works as described. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >index c07cc74..0545961 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >@@ -62,7 +62,6 @@ function placeHold () { > $(".holdsep").text("| "); > $(".hold").text(_("Place Hold")); > $("#downloadcartc").empty(); >- yuiToolbar(); > $("#itemst").tablesorter({ > headers: { 0: { sorter: false }} > }); >-- >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 11003
:
21846
|
21933
|
21935
|
22181
| 22184