Bugzilla – Attachment 187067 Details for
Bug 39145
Differentiate between deleting or transferring public and shared lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39145: Use empty string for system preference value
Bug-39145-Use-empty-string-for-system-preference-v.patch (text/plain), 1.60 KB, created by
Lucas Gass (lukeg)
on 2025-09-30 00:48:33 UTC
(
hide
)
Description:
Bug 39145: Use empty string for system preference value
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-09-30 00:48:33 UTC
Size:
1.60 KB
patch
obsolete
>From e23139ff92f3c9c77cfb475cfc8ca7d81f7c59cb Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 30 Sep 2025 00:46:29 +0000 >Subject: [PATCH] Bug 39145: Use empty string for system preference value > >--- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 6305ec12814..0d77d5ba947 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -394,7 +394,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('LinkerModule','Default','Default|FirstMatch|LastMatch','Chooses which linker module to use (see documentation).','Choice'), > ('LinkerOptions','','','A pipe-separated list of options for the linker.','free'), > ('LinkerRelink','1',NULL,'If ON the authority linker will relink headings that have previously been linked every time it runs.','YesNo'), >-('ListOwnerDesignated', NULL, NULL, 'Designated list owner at patron deletion', 'Free'), >+('ListOwnerDesignated', '', NULL, 'Designated list owner at patron deletion', 'Free'), > ('ListOwnershipUponPatronDeletion', 'delete', 'delete|transfer|transfer_public', 'Defines the action on their public or shared lists when patron is deleted', 'Choice'), > ('LoadCheckoutsTableDelay','0','','Delay before auto-loading checkouts table on checkouts screen','Integer'), > ('LoadSearchHistoryToTheFirstLoggedUser', '1', NULL, 'If ON, the next user will automatically get the last searches in their history', 'YesNo'), >-- >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 39145
:
178136
|
178137
|
178138
|
182851
|
182870
|
182871
|
182872
|
182873
|
184702
|
184703
|
184704
|
184705
|
186960
|
186961
|
186962
|
186963
| 187067