Bugzilla – Attachment 31968 Details for
Bug 12550
Add ability to delay loading of patron's checkouts in circulation and patron details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12550 [QA Followup] - Make checking the checkbox load the table of checkouts
Bug-12550-QA-Followup---Make-checking-the-checkbox.patch (text/plain), 1.04 KB, created by
Kyle M Hall (khall)
on 2014-10-01 13:14:06 UTC
(
hide
)
Description:
Bug 12550 [QA Followup] - Make checking the checkbox load the table of checkouts
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-10-01 13:14:06 UTC
Size:
1.04 KB
patch
obsolete
>From e3883b7e79cc66a49b5a5ebe0cf41c768cda926f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 1 Oct 2014 08:35:40 -0400 >Subject: [PATCH] Bug 12550 [QA Followup] - Make checking the checkbox load the table of checkouts > >--- > koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >index 055d8aa..749a3f7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >@@ -128,6 +128,11 @@ $(document).ready(function() { > > $('#issues-table').hide(); > $('#issues-table-actions').hide(); >+ $('#issues-table-load-immediately').change(function(){ >+ if ( this.checked && typeof issuesTable === 'undefined') { >+ $('#issues-table-load-now-button').click(); >+ } >+ }); > $('#issues-table-load-now-button').click(function(){ > LoadIssuesTable(); > return false; >-- >1.7.2.5
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 12550
:
29609
|
29610
|
29615
|
29618
|
31160
|
31965
| 31968