Bugzilla – Attachment 158099 Details for
Bug 35033
Add a validation for biblioitems in about/system information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35033: (QA follow-up): tidy up code
Bug-35033-QA-follow-up-tidy-up-code.patch (text/plain), 1.18 KB, created by
Victor Grousset/tuxayo
on 2023-10-30 17:59:17 UTC
(
hide
)
Description:
Bug 35033: (QA follow-up): tidy up code
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-10-30 17:59:17 UTC
Size:
1.18 KB
patch
obsolete
>From 893e65794aba30030330c606713c7da5cd9f90a8 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 30 Oct 2023 18:58:09 +0100 >Subject: [PATCH] Bug 35033: (QA follow-up): tidy up code > >--- > about.pl | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/about.pl b/about.pl >index 20b46cb572..0c0c0729e0 100755 >--- a/about.pl >+++ b/about.pl >@@ -529,13 +529,13 @@ $template->param( 'bad_yaml_prefs' => \@bad_yaml_prefs ) if @bad_yaml_prefs; > ); > if ( @$patrons or @$biblios or @$biblioitems or @$items or @$checkouts or @$holds ) { > $template->param( >- has_ai_issues => 1, >- ai_patrons => $patrons, >- ai_biblios => $biblios, >- ai_biblioitems=> $biblioitems, >- ai_items => $items, >- ai_checkouts => $checkouts, >- ai_holds => $holds, >+ has_ai_issues => 1, >+ ai_patrons => $patrons, >+ ai_biblios => $biblios, >+ ai_biblioitems => $biblioitems, >+ ai_items => $items, >+ ai_checkouts => $checkouts, >+ ai_holds => $holds, > ); > } > } >-- >2.42.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 35033
:
156852
|
156853
|
157621
|
158098
| 158099