Bugzilla – Attachment 47693 Details for
Bug 15471
Add column settings and filters to Holds queue table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15471 [QA Followup] - Fix error causing visibility button to not display
Bug-15471-QA-Followup---Fix-error-causing-visibili.patch (text/plain), 1.18 KB, created by
Kyle M Hall (khall)
on 2016-02-05 12:33:54 UTC
(
hide
)
Description:
Bug 15471 [QA Followup] - Fix error causing visibility button to not display
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-02-05 12:33:54 UTC
Size:
1.18 KB
patch
obsolete
>From 69e4f93bb97ce661fe264dede4c6b3a8edbf8453 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 4 Feb 2016 22:13:55 +0000 >Subject: [PATCH] Bug 15471 [QA Followup] - Fix error causing visibility button > to not display > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index 5c96496..f2e0cc2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -27,7 +27,7 @@ $(document).ready(function() { > }; > $('#holdst thead input').on('change keyup keydown', filterColumn); > >- var columns_settings = [% ColumnsSettings.GetColumns('circ', 'view_holdsqueue', 'holds-table', 'json') %]; >+ var columns_settings = [% ColumnsSettings.GetColumns('circ', 'view_holdsqueue', 'holds-table', 'json').raw %]; > var holdst = KohaTable("#holdst", { > "aaSorting": [[ 3, "asc" ]], > "aoColumns": [ >-- >2.1.4
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 15471
:
46259
|
46307
|
46310
|
47692
| 47693