Bugzilla – Attachment 57461 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.68 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-11-12 03:00:54 UTC
(
hide
)
Description:
Bug 17582: Fix authority framework edition
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-11-12 03:00:54 UTC
Size:
1.68 KB
patch
obsolete
>From 24122d69f5ba439ee0394e4224a27bfea50e71af 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 > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Fix the issue, no errors. >Can edit auth marc structure > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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.10.2
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