Bugzilla – Attachment 6603 Details for
Bug 7226
Can't add tags on list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7280 - can't place hold without selecting on list
SIGNED-OFF-Bug-7280---cant-place-hold-without-sele.patch (text/plain), 1.38 KB, created by
Nicole C. Engard
on 2011-12-06 16:09:21 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7280 - can't place hold without selecting on list
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-12-06 16:09:21 UTC
Size:
1.38 KB
patch
obsolete
>From 16206535f0f46e78599acc8d2b5b64a51315c88a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 30 Nov 2011 12:50:35 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 7280 - can't place hold without selecting on list > >JavaScript was looking for clicks on links with class "hold," >and incorrectly triggering the check for checked checkboxes. >Making the selection stricter lets the JS function as it should >while allowing people to place individual holds directly. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> > >http://bugs.koha-community.org/show_bug.cgi?id=7226 >--- > .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt >index 528b8a7..709a444 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt >@@ -70,7 +70,7 @@ $(function() { > $("a.print").show(); > > [% IF ( opacuserlogin ) %][% IF ( RequestOnOpac ) %]$("#placehold").html("<a href=\"#\" class=\"hold tag_hides\">"+_('Place Hold')+"<\/a>"); >- $("a.hold").click(function(){ >+ $("#toolbar a.hold").click(function(){ > holdSelections(); > return false; > });[% END %][% END %] >-- >1.7.2.3
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 7226
:
6600
|
6602
|
6603