Bugzilla – Attachment 158737 Details for
Bug 35063
Convert SelfCheckInMainUserBlock system preference to HTML customization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35063: (follow-up) Atomic update fixes
Bug-35063-follow-up-Atomic-update-fixes.patch (text/plain), 1.39 KB, created by
Owen Leonard
on 2023-11-09 14:45:07 UTC
(
hide
)
Description:
Bug 35063: (follow-up) Atomic update fixes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-11-09 14:45:07 UTC
Size:
1.39 KB
patch
obsolete
>From a5d7db593230ebf1596030006030ce9152ea63a7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 9 Nov 2023 14:42:57 +0000 >Subject: [PATCH] Bug 35063: (follow-up) Atomic update fixes > >--- > ...lfCheckInMainUserBlock-to-additional-contents.pl | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug-35063-move-SelfCheckInMainUserBlock-to-additional-contents.pl b/installer/data/mysql/atomicupdate/bug-35063-move-SelfCheckInMainUserBlock-to-additional-contents.pl >index fe0f81c429..6d65414909 100755 >--- a/installer/data/mysql/atomicupdate/bug-35063-move-SelfCheckInMainUserBlock-to-additional-contents.pl >+++ b/installer/data/mysql/atomicupdate/bug-35063-move-SelfCheckInMainUserBlock-to-additional-contents.pl >@@ -29,9 +29,12 @@ return { > undef, $insert_id, $scimainuserblock > ); > >- # Remove old system preference >- $dbh->do("DELETE FROM systempreferences WHERE variable='SelfCheckInMainUserBlock'"); >- say $out "Bug 35063 update done"; >+ say $out "Added 'SelfCheckInMainUserBlock' HTML customization"; > } >- } >- } >+ >+ # Remove old system preference >+ $dbh->do("DELETE FROM systempreferences WHERE variable='SelfCheckInMainUserBlock'"); >+ say $out "Removed system preference 'SelfCheckInMainUserBlock'"; >+ >+ }, >+}; >-- >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 35063
:
157203
|
157833
|
157834
|
157835
|
157920
|
157921
|
158000
|
158001
|
158455
|
158456
|
158735
|
158736
| 158737