Bugzilla – Attachment 182047 Details for
Bug 39579
Add ability to restrict patron date of birth on self registration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39579: (QA follow-up) Update atomic update
Bug-39579-QA-follow-up-Update-atomic-update.patch (text/plain), 1.67 KB, created by
Lisette Scheer
on 2025-05-07 20:10:37 UTC
(
hide
)
Description:
Bug 39579: (QA follow-up) Update atomic update
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2025-05-07 20:10:37 UTC
Size:
1.67 KB
patch
obsolete
>From d0bf0f36feee93f7921631d06772132082761c33 Mon Sep 17 00:00:00 2001 >From: Lisette Scheer <lisette@bywatersolutions.com> >Date: Wed, 7 May 2025 20:01:31 +0000 >Subject: [PATCH] Bug 39579: (QA follow-up) Update atomic update > >This patch updates the atomic update to fix an error when the database was updated and the permissions for the atomic update file. > >Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> >--- > .../bug_39579-patronselfregistrationagerestriction.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl b/installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl >old mode 100644 >new mode 100755 >index cb2fd1d21cd..0d2eae6d290 >--- a/installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl >+++ b/installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl >@@ -10,7 +10,7 @@ return { > > $dbh->do( " > INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >- ('PatronSelfRegistrationAgeRestriction', '', NULL, 'Patron\'s maximum age during self registration. If empty, no age restriction is applied.', 'Integer') >+ ('PatronSelfRegistrationAgeRestriction', '', NULL, 'Patron''s maximum age during self registration. If empty, no age restriction is applied.', 'Integer') > " ); > say_success( $out, "Added new system preference 'PatronSelfRegistrationAgeRestriction'" ); > }, >-- >2.39.5
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 39579
:
180718
|
180938
|
182046
| 182047