Bugzilla – Attachment 82886 Details for
Bug 20935
Redesign system preferences interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20935: Remove 'no match' box when it does
Bug-20935-Remove-no-match-box-when-it-does.patch (text/plain), 1.25 KB, created by
Owen Leonard
on 2018-12-05 19:12:37 UTC
(
hide
)
Description:
Bug 20935: Remove 'no match' box when it does
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-12-05 19:12:37 UTC
Size:
1.25 KB
patch
obsolete
>From f239acf7b045d5296e54057e221654023d8a7f79 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 20 Jul 2018 11:26:26 -0300 >Subject: [PATCH] Bug 20935: Remove 'no match' box when it does > >Test plan: >Hit /cgi-bin/koha/admin/preferences.pl >Search for "AcqCreateX" >=> You get "No matching terms were found on this page" >Remove the last X >=> Without this patch the "no matching" box is still displayed > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js b/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js >index 1aba1e2..2cb1ac1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js >@@ -133,6 +133,7 @@ $( document ).ready( function () { > done: function( total ) { > if( total > 0 ){ > context.not(":has(mark)").hide(); >+ $("#filter_empty").remove(); > } > }, > noMatch: function(term){ >-- >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 20935
:
76039
|
76040
|
76041
|
76097
|
76106
|
76548
|
76664
|
76754
|
76755
|
77163
|
77165
|
77166
|
77167
|
77707
|
77708
|
77709
|
77844
|
77845
|
77846
|
79177
|
79178
|
79179
|
82884
|
82885
|
82886
|
82887
|
82888
|
86784
|
86785
|
86786
|
86787
|
86788
|
86833
|
86834
|
86835
|
86836
|
86837
|
89936
|
89937
|
89938
|
89939
|
89940