Bugzilla – Attachment 140114 Details for
Bug 31403
Activate circulation sidebar (CircSidebar system preference) on default in new installations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31403: Enable CircSidebar by default on new installs
Bug-31403-Enable-CircSidebar-by-default-on-new-ins.patch (text/plain), 1.86 KB, created by
Owen Leonard
on 2022-09-02 12:41:16 UTC
(
hide
)
Description:
Bug 31403: Enable CircSidebar by default on new installs
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-09-02 12:41:16 UTC
Size:
1.86 KB
patch
obsolete
>From 8e4761433781f9270d706b5323132ff67ce92157 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 1 Sep 2022 09:10:26 +0100 >Subject: [PATCH] Bug 31403: Enable CircSidebar by default on new installs > >This patch updates sysprefs.sql to enable the CircSidebar preference by >default on new installs. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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 9a5cb2e0a8..3ee50c6d93 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -135,7 +135,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('CircAutoPrintQuickSlip','qslip',NULL,'Choose what should happen when an empty barcode field is submitted in circulation: Display a print quick slip window, Display a print slip window or Clear the screen.','Choice'), > ('CircConfirmItemParts', '0', NULL, 'Require staff to confirm that all parts of an item are present at checkin/checkout.', 'Yes/No'), > ('CircControl','ItemHomeLibrary','PickupLibrary|PatronLibrary|ItemHomeLibrary','Specify the agency that controls the circulation and fines policy','Choice'), >-('CircSidebar','0',NULL,'Activate or deactivate the navigation sidebar on all Circulation pages','YesNo'), >+('CircSidebar','1',NULL,'Activate or deactivate the navigation sidebar on all Circulation pages','YesNo'), > ('CirculateILL','0','','If enabled, it is possible to circulate ILL items from within ILL','YesNo'), > ('ClaimsBccCopy','0','','Bcc the ClaimAcquisition and ClaimIssues alerts','YesNo'), > ('ClaimReturnedChargeFee', 'ask', 'ask|charge|no_charge', 'Controls whether or not a lost item fee is charged for return claims', 'Choice'), >-- >2.20.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 31403
:
140005
|
140032
|
140114
|
140281