Bugzilla – Attachment 80224 Details for
Bug 21456
The 'New authority' button lists authority types inconsistently
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21456: (QA follow-up) Catch missed case in authorities merge
Bug-21456-QA-follow-up-Catch-missed-case-in-author.patch (text/plain), 1.17 KB, created by
Martin Renvoize (ashimema)
on 2018-10-08 14:27:43 UTC
(
hide
)
Description:
Bug 21456: (QA follow-up) Catch missed case in authorities merge
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-10-08 14:27:43 UTC
Size:
1.17 KB
patch
obsolete
>From 1fbd671529d00af818e76b4305d75319af004abd Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 8 Oct 2018 15:25:50 +0100 >Subject: [PATCH] Bug 21456: (QA follow-up) Catch missed case in authorities > merge > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > authorities/merge.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/authorities/merge.pl b/authorities/merge.pl >index 9f725415a5..9bd91b579f 100755 >--- a/authorities/merge.pl >+++ b/authorities/merge.pl >@@ -196,7 +196,7 @@ else { > title2 => $recordObj2->authorized_heading, > ); > if ( $recordObj1->authtypecode ne $recordObj2->authtypecode ) { >- my $authority_types = Koha::Authority::Types->search( { authtypecode => { '!=' => '' } }, { order_by => ['authtypecode'] } ); >+ my $authority_types = Koha::Authority::Types->search( { authtypecode => { '!=' => '' } }, { order_by => ['authtypetext'] } ); > $template->param( > frameworkselect => $authority_types->unblessed, > frameworkcode1 => $recordObj1->authtypecode, >-- >2.19.0
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 21456
:
79653
|
79654
|
79655
|
79661
|
80223
| 80224