Bugzilla – Attachment 23850 Details for
Bug 11075
Clicking 'select all' link in export tab in checkout page clears renew checkboxes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11075 - 'select all' export clears renew checkboxes
Bug-11075---select-all-export-clears-renew-checkbo.patch (text/plain), 1.56 KB, created by
Chris Cormack
on 2013-12-29 07:42:04 UTC
(
hide
)
Description:
Bug 11075 - 'select all' export clears renew checkboxes
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-12-29 07:42:04 UTC
Size:
1.56 KB
patch
obsolete
>From 20bd01b89dc97827c7d44c9d74482563c544736a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 21 Nov 2013 17:55:57 +0100 >Subject: [PATCH] Bug 11075 - 'select all' export clears renew checkboxes > >If circulation exports are enabled (by turning on ExportWithCsvProfile), >the table on the checkout page includes three columns of checkboxes -- >'renew', 'checkin', and 'export'. > >For each loan, the renew and checkout links should behave like radio >buttons, but the state of the export checkbox is meant to be independent >of the renew and checkin checkboxes. > >However, if the 'select all' link in the export column is clicked, >active renew checkboxes are toggled off. > >The desired behavior is that clicking the select all link in the export >column should only affect checkboxes in that column. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js b/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js >index cc3ae28..fe307bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js >@@ -22,7 +22,6 @@ $(document).ready(function() { > > $("#CheckAllexports").on("click",function(){ > allcheckboxes.checkCheckboxes(":input[name*=biblionumbers]"); >- allcheckboxes.unCheckCheckboxes(":input[name*=items]"); > return false; > }); > $("#CheckNoexports").on("click",function(){ >-- >1.8.5.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 11075
:
23070
|
23850
|
23856