Bugzilla – Attachment 69329 Details for
Bug 19683
Export.pl does not populate the Authority Types dropdown correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19683 - Fix authority types in tools/export template
Bug-19683---Fix-authority-types-in-toolsexport-tem.patch (text/plain), 1.49 KB, created by
Marcel de Rooy
on 2017-11-24 08:23:26 UTC
(
hide
)
Description:
Bug 19683 - Fix authority types in tools/export template
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-11-24 08:23:26 UTC
Size:
1.49 KB
patch
obsolete
>From 4676ae8afac50c04d643aad5d31aab4b0f94fb95 Mon Sep 17 00:00:00 2001 >From: David Bourgault <david.bourgault@inlibro.com> >Date: Wed, 22 Nov 2017 14:35:27 -0500 >Subject: [PATCH] Bug 19683 - Fix authority types in tools/export template >Content-Type: text/plain; charset=utf-8 > >Fixes the bug by correcting the variable names in the template. > >To test: >1) Tools > Export > Export authority records >2) Authority Types dropdown is not empty > >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Amended: Changing the export script and unblessing is not needed. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt >index fc9892e..19224f4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt >@@ -207,7 +207,7 @@ $(document).ready(function() { > <select name="authtype" id="authtype"> > <option value="">-- All --</option> > [% FOREACH authority_type IN authority_types %] >- <option value="[% authtypeloo.value %]">[% authtypeloo.description %]</option> >+ <option value="[% authority_type.authtypecode %]">[% authority_type.authtypetext %]</option> > [% END %] > </select> > </li> >-- >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 19683
:
69291
|
69300
| 69329