Bugzilla – Attachment 182051 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: (follow-up) fix atomic update
Bug-20747-follow-up-fix-atomic-update.patch (text/plain), 1.54 KB, created by
Brendan Lawlor
on 2025-05-07 20:29:41 UTC
(
hide
)
Description:
Bug 20747: (follow-up) fix atomic update
Filename:
MIME Type:
Creator:
Brendan Lawlor
Created:
2025-05-07 20:29:41 UTC
Size:
1.54 KB
patch
obsolete
>From 87f0806f9999c48469621729cc6a11741e268da3 Mon Sep 17 00:00:00 2001 >From: Lisette Scheer <lisette@bywatersolutions.com> >Date: Tue, 22 Apr 2025 20:22:38 +0000 >Subject: [PATCH] Bug 20747: (follow-up) fix atomic update > >This update moves the atomic update to the correct place, updates permissions, and fixes an error in the original patch. > >Signed-off-by: Jason Robb <jrobb@sekls.org> >Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> >--- > .../bug_20747-updatelocalholdspriority_syspref.pl | 1 - > 1 file changed, 1 deletion(-) > rename installer/data/mysql/{db_revs => atomicupdate}/bug_20747-updatelocalholdspriority_syspref.pl (91%) > mode change 100644 => 100755 > >diff --git a/installer/data/mysql/db_revs/bug_20747-updatelocalholdspriority_syspref.pl b/installer/data/mysql/atomicupdate/bug_20747-updatelocalholdspriority_syspref.pl >old mode 100644 >new mode 100755 >similarity index 91% >rename from installer/data/mysql/db_revs/bug_20747-updatelocalholdspriority_syspref.pl >rename to installer/data/mysql/atomicupdate/bug_20747-updatelocalholdspriority_syspref.pl >index 517f554697..bb5cba1883 >--- a/installer/data/mysql/db_revs/bug_20747-updatelocalholdspriority_syspref.pl >+++ b/installer/data/mysql/atomicupdate/bug_20747-updatelocalholdspriority_syspref.pl >@@ -16,7 +16,6 @@ return { > value=CASE value WHEN '1' THEN 'GiveLibrary' ELSE 'None' END, > type="Choice" > WHERE variable="LocalHoldsPriority" >- 'Enables the LocalHoldsPriority feature', 'None' 'Choice'), > }, > ); > >-- >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 20747
:
181220
|
181221
|
181311
|
181313
|
181314
|
181319
|
181320
|
181321
|
182008
|
182048
|
182049
|
182050
|
182051
|
182052
|
182191
|
182192
|
182193
|
182194
|
182195