Bugzilla – Attachment 96396 Details for
Bug 24215
Warnings about guarantor relationships show ARRAY errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24215: Do not always display an empty entry
Bug-24215-Do-not-always-display-an-empty-entry.patch (text/plain), 968 bytes, created by
Jonathan Druart
on 2019-12-18 08:05:27 UTC
(
hide
)
Description:
Bug 24215: Do not always display an empty entry
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-12-18 08:05:27 UTC
Size:
968 bytes
patch
obsolete
>From 97038f49b8d4aa9ac38a32c8bad5ec4cfd00afce Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 18 Dec 2019 09:04:38 +0100 >Subject: [PATCH] Bug 24215: Do not always display an empty entry > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > about.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/about.pl b/about.pl >index b9c5c5fe2d..dc6380099b 100755 >--- a/about.pl >+++ b/about.pl >@@ -486,7 +486,7 @@ $template->param( 'bad_yaml_prefs' => \@bad_yaml_prefs ) if @bad_yaml_prefs; > $valid_relationships{ _bad_data } = 1; # we handle this case in another way > > my $wrong_relationships = [ grep { !$valid_relationships{ $_->[0] } } @{$existing_relationships} ]; >- if ( $wrong_relationships or $bad_relationships_count ) { >+ if ( @$wrong_relationships or $bad_relationships_count ) { > > $template->param( > warnRelationships => 1, >-- >2.11.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 24215
:
96195
|
96208
|
96395
| 96396