Bugzilla – Attachment 19552 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]
Bug 9282: Followup : authtypecode missing in auto-completion
Bug-9282-Followup--authtypecode-missing-in-auto-co.patch (text/plain), 1.83 KB, created by
Marcel de Rooy
on 2013-07-11 09:36:29 UTC
(
hide
)
Description:
Bug 9282: Followup : authtypecode missing in auto-completion
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-07-11 09:36:29 UTC
Size:
1.83 KB
patch
obsolete
>From d2ecf32ba163ea44e226f970953f733d57c31760 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] Bug 9282: Followup : authtypecode missing in auto-completion >Content-Type: text/plain; charset=utf-8 > >Signed-off by: Mathieu Saby <mathieu.saby@univ-rennes2.fr> >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../prog/en/includes/auth-finder-search.inc | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > >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 d54cf64..ab10baf 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 >@@ -18,6 +18,7 @@ $(document).ready(function(){ > url: "/cgi-bin/koha/authorities/ysearch.pl", > dataType: "json", > data: { >+ authtypecode : "[% authtypecode %]", > term: request.term, > op: "do_search", > type: "intranet", >@@ -45,6 +46,7 @@ $(document).ready(function(){ > url: "/cgi-bin/koha/authorities/ysearch.pl", > dataType: "json", > data: { >+ authtypecode : "[% authtypecode %]", > term: request.term, > op: "do_search", > type: "intranet", >@@ -72,6 +74,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.7.6
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