Bugzilla – Attachment 57328 Details for
Bug 17582
Cannot edit an authority framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17582: Fix authority framework edition
Bug-17582-Fix-authority-framework-edition.patch (text/plain), 1.46 KB, created by
Jonathan Druart
on 2016-11-08 14:45:08 UTC
(
hide
)
Description:
Bug 17582: Fix authority framework edition
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-11-08 14:45:08 UTC
Size:
1.46 KB
patch
obsolete
>From 87847f94ccd9abba2a6490457d1442e7dfeb640e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 8 Nov 2016 14:43:46 +0000 >Subject: [PATCH] Bug 17582: Fix authority framework edition > >Step to recreate: >Admin>Authority types > Actions > Marc structure > >Test plan >Confirm that this patch fixes the issue >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >index 9e01b5b..ddd3b3c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >@@ -188,9 +188,9 @@ > <select name="authtypecode"> > [% FOREACH authority_type IN authority_types%] > [% IF authority_type.authtypecode == authtypecode%] >- <option value="[% authority_type.value %]" selected="selected">[% authority_type.authtypetext %]</option> >+ <option value="[% authority_type.authtypecode %]" selected="selected">[% authority_type.authtypetext %]</option> > [% ELSE %] >- <option value="[% authority_type.value %]">[% authority_type.authtypetext %]</option> >+ <option value="[% authority_type.authtypecode%]">[% authority_type.authtypetext %]</option> > [% END %] > [% END %] > </select> >-- >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 17582
:
57328
|
57340
|
57461