Bugzilla – Attachment 12384 Details for
Bug 8726
Did you mean? plugin for broader/narrower/related terms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8726: Followup FIX save didyoumean syspref
Bug-8726-Followup-FIX-save-didyoumean-syspref.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2012-09-20 12:21:49 UTC
(
hide
)
Description:
Bug 8726: Followup FIX save didyoumean syspref
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-09-20 12:21:49 UTC
Size:
1.15 KB
patch
obsolete
>From b7d28138202e7b3dc12d36a1d0d6fcf52e37af9b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 20 Sep 2012 14:22:19 +0200 >Subject: [PATCH] Bug 8726: Followup FIX save didyoumean syspref > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >index 8d2ae52..fd9dfe1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >@@ -50,7 +50,7 @@ > var serializedconfig = '['; > $('#didyoumean' + interface + ' .pluginlist .plugin').each(function(index) { > var name = $(this).find('.pluginlabel').text(); >- var enabled = $(this).find('#checkbox_' + name).attr('checked') == 'checked' ? >+ var enabled = $(this).find('input:checkbox:checked').length ? > ', "enabled": 1' : ''; > serializedconfig += '{ "name": "' + name + '"' + enabled + '}, '; > }); >-- >1.7.10.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 8726
:
12008
|
12091
|
12099
|
12117
|
12186
|
12214
|
12379
|
12380
|
12381
|
12382
|
12383
|
12384
|
12390
|
12391
|
12482
|
12483