Bugzilla – Attachment 182195 Details for
Bug 20747
Allow LocalHoldsPriority to fill by hierarchical groups system rather than individual library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20747: (QA follow-up) Fix sysprefs.sql
Bug-20747-QA-follow-up-Fix-sysprefssql.patch (text/plain), 1.94 KB, created by
Matt Blenkinsop
on 2025-05-09 15:25:41 UTC
(
hide
)
Description:
Bug 20747: (QA follow-up) Fix sysprefs.sql
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-05-09 15:25:41 UTC
Size:
1.94 KB
patch
obsolete
>From c00d29982c249bc08e38a111f7467c290cb5e007 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Fri, 9 May 2025 16:22:42 +0100 >Subject: [PATCH] Bug 20747: (QA follow-up) Fix sysprefs.sql > >The SQL file doesn't load properly due to a missing comma - this patch fixes that > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >--- > 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 f2ca6b70bb3..2920d751a05 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -395,7 +395,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('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'), > ('LocalCoverImages','0','1','Display local cover images on intranet details pages.','YesNo'), >-('LocalHoldsPriority', 'None', 'GiveLibrary|None|GiveLibraryGroup|GiveLibraryAndGroup' 'Enables the LocalHoldsPriority feature', 'Choice'), >+('LocalHoldsPriority', 'None', 'GiveLibrary|None|GiveLibraryGroup|GiveLibraryAndGroup', 'Enables the LocalHoldsPriority feature', 'Choice'), > ('LocalHoldsPriorityItemControl', 'holdingbranch', 'holdingbranch|homebranch', 'decides if the feature operates using the item''s home or holding library.', 'Choice'), > ('LocalHoldsPriorityPatronControl', 'PickupLibrary', 'HomeLibrary|PickupLibrary', 'decides if the feature operates using the library set as the patron''s home library, or the library set as the pickup library for the given hold.', 'Choice'), > ('LockExpiredDelay','','','Delay for locking expired patrons (empty means no locking)','Integer'), >-- >2.48.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 20747
:
181220
|
181221
|
181311
|
181313
|
181314
|
181319
|
181320
|
181321
|
182008
|
182048
|
182049
|
182050
|
182051
|
182052
|
182191
|
182192
|
182193
|
182194
| 182195