Bugzilla – Attachment 123940 Details for
Bug 28872
AcquisitionLog, NewsLog, NoticesLog should use 1/0 for their values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28872: (QA follow-up) print a message describing what has happened
Bug-28872-QA-follow-up-print-a-message-describing-.patch (text/plain), 1.06 KB, created by
Kyle M Hall (khall)
on 2021-08-18 11:33:22 UTC
(
hide
)
Description:
Bug 28872: (QA follow-up) print a message describing what has happened
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-08-18 11:33:22 UTC
Size:
1.06 KB
patch
obsolete
>From 94b316a1f291bd597f5ba723da20a32e3a91a138 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 18 Aug 2021 07:32:59 -0400 >Subject: [PATCH] Bug 28872: (QA follow-up) print a message describing what has > happened > >--- > .../data/mysql/atomicupdate/bug_28872_update_log_values.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl b/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl >index 4ee8b75e3e..cdae98e847 100644 >--- a/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl >+++ b/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl >@@ -11,6 +11,6 @@ use Modern::Perl; > $dbh->do(q{update systempreferences set value=0 where variable in ('AcquisitionLog', 'NewsLog', 'NoticesLog') and value='off'}); > > # Print useful stuff here >- say $out "Update is going well so far"; >+ say $out "Fixed values for system preferences AcquisitionLog, NewsLog, and NoticesLog"; > }, > } >-- >2.30.1 (Apple Git-130)
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 28872
:
123880
|
123911
|
123921
|
123940
|
123941
|
123942
|
123956
|
123957
|
123958