Bugzilla – Attachment 158724 Details for
Bug 35048
Convert SCOMainUserBlock system preference to HTML customization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35048: (follow-up) Atomic update fixes
Bug-35048-follow-up-Atomic-update-fixes.patch (text/plain), 1.33 KB, created by
Owen Leonard
on 2023-11-09 14:40:21 UTC
(
hide
)
Description:
Bug 35048: (follow-up) Atomic update fixes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-11-09 14:40:21 UTC
Size:
1.33 KB
patch
obsolete
>From 1879eba3f00663b321333b4adea86d488fbf6b5b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 9 Nov 2023 14:20:56 +0000 >Subject: [PATCH] Bug 35048: (follow-up) Atomic update fixes > >--- > ...-move-SCOMainUserBlock-to-additional-contents.pl | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug-35048-move-SCOMainUserBlock-to-additional-contents.pl b/installer/data/mysql/atomicupdate/bug-35048-move-SCOMainUserBlock-to-additional-contents.pl >index faed6465e8..0cc554b074 100755 >--- a/installer/data/mysql/atomicupdate/bug-35048-move-SCOMainUserBlock-to-additional-contents.pl >+++ b/installer/data/mysql/atomicupdate/bug-35048-move-SCOMainUserBlock-to-additional-contents.pl >@@ -30,9 +30,12 @@ return { > undef, $insert_id, $scomainuserblock > ); > >- # Remove old system preference >- $dbh->do("DELETE FROM systempreferences WHERE variable='SCOMainUserBlock'"); >- say $out "Bug 35048 update done"; >+ say $out "Added 'SCOMainUserBlock' HTML customization"; > } >- } >- } >+ >+ # Remove old system preference >+ $dbh->do("DELETE FROM systempreferences WHERE variable='SCOMainUserBlock'"); >+ say $out "Removed system preference 'SCOMainUserBlock'"; >+ >+ }, >+}; >-- >2.30.2
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 35048
:
157104
|
157105
|
157559
|
157831
|
157832
|
157918
|
157919
|
158453
|
158454
|
158722
|
158723
| 158724