Bugzilla – Attachment 14735 Details for
Bug 9282
authorities auto-completion in mainmainentry
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH 2/2] [SIGNED OFF] Bug 9282: Followup : authtypecode missing in auto-completion
0002-Bug-9282-Followup-authtypecode-missing-in-auto-compl.patch (text/plain), 1.74 KB, created by
Mathieu Saby
on 2013-01-22 09:11:41 UTC
(
hide
)
Description:
[PATCH 2/2] [SIGNED OFF] Bug 9282: Followup : authtypecode missing in auto-completion
Filename:
MIME Type:
Creator:
Mathieu Saby
Created:
2013-01-22 09:11:41 UTC
Size:
1.74 KB
patch
obsolete
>From 4af9c05d4e64666a7ca986f0ef8f659eda6eb413 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Thu, 13 Dec 2012 14:40:38 +0100 >Subject: [PATCH 2/2] [SIGNED OFF] Bug 9282: Followup : authtypecode missing in auto-completion > >Signed-off by: Mathieu Saby <mathieu.saby@univ-rennes2.fr> >--- > .../prog/en/includes/auth-finder-search.inc | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc >index 7bffbc5..b32ca53 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc >@@ -15,6 +15,7 @@ $(document).ready(function(){ > url: "/cgi-bin/koha/authorities/ysearch.pl", > dataType: "json", > data: { >+ authtypecode : "[% authtypecode %]", > term: request.term, > op: "do_search", > type: "intranet", >@@ -42,6 +43,7 @@ $(document).ready(function(){ > url: "/cgi-bin/koha/authorities/ysearch.pl", > dataType: "json", > data: { >+ authtypecode : "[% authtypecode %]", > term: request.term, > op: "do_search", > type: "intranet", >@@ -69,6 +71,7 @@ $(document).ready(function(){ > url: "/cgi-bin/koha/authorities/ysearch.pl", > dataType: "json", > data: { >+ authtypecode : "[% authtypecode %]", > term: request.term, > op: "do_search", > type: "intranet", >-- >1.7.9.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 9282
:
14073
|
14075
|
14734
|
14735
|
19551
|
19552