Bugzilla – Attachment 112356 Details for
Bug 26783
Set OpacRenewalAllowed to "Allowed" for new installations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26783: set OpacRenewalAllowed to "Allow" for new Koha installations
Bug-26783-set-OpacRenewalAllowed-to-Allow-for-new-.patch (text/plain), 1.85 KB, created by
Nick Clemens (kidclamp)
on 2020-10-24 02:01:13 UTC
(
hide
)
Description:
Bug 26783: set OpacRenewalAllowed to "Allow" for new Koha installations
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-10-24 02:01:13 UTC
Size:
1.85 KB
patch
obsolete
>From 60850b4ce6098a6771f86c91a79c288d4c68e3d0 Mon Sep 17 00:00:00 2001 >From: Tal Rogoff <tal.rogoff@cass.govt.nz> >Date: Fri, 23 Oct 2020 23:39:06 +0000 >Subject: [PATCH] Bug 26783: set OpacRenewalAllowed to "Allow" for new Koha > installations > >test plan: >1.Drop and recreate database >2.Go through web installer >3.Observe that "OpacRenewalAllowed" is set to "Don't Allow" >4.Apply patch >5.Repeat steps 1 and 2 >6.Observe that "OpacRenewalAllowed" is now set to "Allow" > >sponsored-by: Catalyst > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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 890dfcfe8f..f50cfad5f9 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -435,7 +435,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('OpacPrivacy','0',NULL,'if ON, allows patrons to define their privacy rules (reading history)','YesNo'), > ('OpacPublic','1',NULL,'Turn on/off public OPAC','YesNo'), > ('opacreadinghistory','1','','If ON, enables display of Patron Circulation History in OPAC','YesNo'), >-('OpacRenewalAllowed','0',NULL,'If ON, users can renew their issues directly from their OPAC account','YesNo'), >+('OpacRenewalAllowed','1',NULL,'If ON, users can renew their issues directly from their OPAC account','YesNo'), > ('OpacRenewalBranch','checkoutbranch','itemhomebranch|patronhomebranch|checkoutbranch|none','Choose how the branch for an OPAC renewal is recorded in statistics','Choice'), > ('OPACReportProblem', 0, NULL, 'Allow patrons to submit problem reports for OPAC pages to the library or Koha Administrator', 'YesNo'), > ('OpacResetPassword','0','','Shows the ''Forgot your password?'' link in the OPAC','YesNo'), >-- >2.11.0
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 26783
:
112332
|
112352
|
112355
|
112356
|
112934