Bugzilla – Attachment 12391 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.20 KB, created by
Jared Camins-Esakov
on 2012-09-20 13:45:51 UTC
(
hide
)
Description:
Bug 8726: Followup FIX save didyoumean syspref
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-09-20 13:45:51 UTC
Size:
1.20 KB
patch
obsolete
>From 1a0541b6ade803750ee276b9e3ed00f85f0c6ffa 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 > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > .../prog/en/modules/admin/didyoumean.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.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 8726
:
12008
|
12091
|
12099
|
12117
|
12186
|
12214
|
12379
|
12380
|
12381
|
12382
|
12383
|
12384
|
12390
| 12391 |
12482
|
12483