Bugzilla – Attachment 29567 Details for
Bug 12403
Batch record deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12403: Don't check disabled checkboxes
Bug-12403-Dont-check-disabled-checkboxes.patch (text/plain), 1.23 KB, created by
Jonathan Druart
on 2014-07-08 07:11:27 UTC
(
hide
)
Description:
Bug 12403: Don't check disabled checkboxes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-07-08 07:11:27 UTC
Size:
1.23 KB
patch
obsolete
>From f169c6d2940f1afaaa3f821cb9f0a0153bfd43e1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 12 Feb 2014 10:18:50 +0100 >Subject: [PATCH] Bug 12403: Don't check disabled checkboxes > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >index dcb87ac..6a1cf6e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >@@ -19,11 +19,11 @@ $(document).ready(function() { > }); > $("#selectwithoutitems").click(function(e){ > e.preventDefault(); >- $("#biblios").checkCheckboxes(":input[data-items='0']"); >+ $("#biblios").checkCheckboxes(":input[data-items='0']:not(:disabled)"); > }); > $("#selectnotreserved").click(function(e){ > e.preventDefault(); >- $("#biblios").checkCheckboxes(":input[data-reserves='0']"); >+ $("#biblios").checkCheckboxes(":input[data-reserves='0']:not(:disabled)"); > > }); > $("#clearlinkedtobiblio").click(function(e){ >-- >2.0.0.rc2
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 12403
:
28764
|
28765
|
28766
|
29565
|
29566
|
29567
|
30986
|
30987
|
32252
|
32253
|
32778
|
32779
|
32780
|
32845
|
32853
|
32854
|
32859
|
32860
|
32861
|
32862
|
32863
|
32864
|
32865
|
32866