Bugzilla – Attachment 128649 Details for
Bug 29457
Fee Cancellation records the wrong manager_id
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29457: Generic warning at upgrade
Bug-29457-Generic-warning-at-upgrade.patch (text/plain), 1.09 KB, created by
Martin Renvoize (ashimema)
on 2021-12-17 10:26:53 UTC
(
hide
)
Description:
Bug 29457: Generic warning at upgrade
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-12-17 10:26:53 UTC
Size:
1.09 KB
patch
obsolete
>From 1460a7c5706af255a27a7c3ea2a8230e1e4f2046 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 17 Nov 2021 16:49:27 +0000 >Subject: [PATCH] Bug 29457: Generic warning at upgrade > >--- > installer/data/mysql/atomicupdate/bug_29457.pl | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_29457.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_29457.pl b/installer/data/mysql/atomicupdate/bug_29457.pl >new file mode 100644 >index 0000000000..34f7b7f08a >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_29457.pl >@@ -0,0 +1,12 @@ >+use Modern::Perl; >+ >+return { >+ bug_number => "29457", >+ description => "Fee Cancellation records the wrong manager_id", >+ up => sub { >+ my ($args) = @_; >+ my ($dbh, $out) = @$args{qw(dbh out)}; >+ say $out "WARNING: You may have some incorrect manager_id's recorded against account cancellation lines, please see bugzilla for details"; >+ say $out "NOTE: You may already have this bugfix applied at an earlier upgrade"; >+ }, >+} >-- >2.20.1
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 29457
:
127527
|
127596
|
127739
|
128024
|
128025
|
128030
|
128031
|
128032
|
128207
|
128208
|
128649
|
128650
|
128651