Bugzilla – Attachment 86806 Details for
Bug 22330
Transfer limits should be respected for placing holds in staff interface and APIs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22330: (QA follow-up) Enable datatable in patron search
Bug-22330-QA-follow-up-Enable-datatable-in-patron-.patch (text/plain), 1.64 KB, created by
Josef Moravec
on 2019-03-20 14:37:51 UTC
(
hide
)
Description:
Bug 22330: (QA follow-up) Enable datatable in patron search
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-20 14:37:51 UTC
Size:
1.64 KB
patch
obsolete
>From c95c2f83aaccd154bf6c42e973d3bd46c420e598 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 20 Mar 2019 14:29:25 +0000 >Subject: [PATCH] Bug 22330: (QA follow-up) Enable datatable in patron search > >Test plan: >Try to search patron for circulation (or for creating hold), when there >are more than 1 patron, you should see a table with patrons found. >--> without this patch, the datatable is not created (for example > sorting the table by clicking to column heading does not work) >--> with this patch, the datatable works > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > .../intranet-tmpl/prog/js/circ-patron-search-results.js | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/circ-patron-search-results.js b/koha-tmpl/intranet-tmpl/prog/js/circ-patron-search-results.js >index 9f429b1de1..fa44b3e96a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/circ-patron-search-results.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/circ-patron-search-results.js >@@ -3,11 +3,11 @@ $(document).ready(function() { > $(".clickable").click(function() { > window.document.location = $(this).data('url'); > }); >-// var table = KohaTable("table_borrowers", >-// { >-// "aaSorting": [ 0, "asc" ], >-// "sDom": "t", >-// "iDisplayLength": -1 >-// }, >-// columns_settings_borrowers_table, null); >+ var table = KohaTable("table_borrowers", >+ { >+ "aaSorting": [ 0, "asc" ], >+ "sDom": "t", >+ "iDisplayLength": -1 >+ }, >+ columns_settings_borrowers_table, null); > }); >-- >2.11.0
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 22330
:
85067
|
85068
|
86479
|
86480
|
86481
|
86482
|
86758
|
86759
|
86760
|
86779
|
86802
|
86803
|
86804
|
86805
| 86806 |
86807