Bugzilla – Attachment 75284 Details for
Bug 20404
Extended patron attributes should always be on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20404: Turn on ExtendedPatronAttributes by default for new installations
Bug-20404-Turn-on-ExtendedPatronAttributes-by-defa.patch (text/plain), 1.73 KB, created by
Charles Farmer
on 2018-05-11 19:06:33 UTC
(
hide
)
Description:
Bug 20404: Turn on ExtendedPatronAttributes by default for new installations
Filename:
MIME Type:
Creator:
Charles Farmer
Created:
2018-05-11 19:06:33 UTC
Size:
1.73 KB
patch
obsolete
>From 7fada2a0c5f9f9fedab072edc1db884e11b84e14 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 10 May 2018 21:05:07 +0200 >Subject: [PATCH] Bug 20404: Turn on ExtendedPatronAttributes by default for > new installations > >Extended patron attributes are a very useful feature that should be >more obvious. We should activate them by default for new installations. > >For testing: >- Run the web isntaller on an empty database >- Check that after installation ExtendedPatronAttributes is turned on > >Signed-off-by: Charles Farmer <charles.farmer@inLibro.com> >--- > installer/data/mysql/sysprefs.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index d12791b..9f90163 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -163,7 +163,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('ExcludeHolidaysFromMaxPickUpDelay', '0', NULL, 'If ON, reserves max pickup delay takes into accountthe closed days.', 'YesNo'), > ('ExportCircHistory', 0, NULL, "Display the export circulation options", 'YesNo' ), > ('ExportRemoveFields','',NULL,'List of fields for non export in circulation.pl (separated by a space)','Free'), >-('ExtendedPatronAttributes','0',NULL,'Use extended patron IDs and attributes','YesNo'), >+('ExtendedPatronAttributes','1',NULL,'Use extended patron IDs and attributes','YesNo'), > ('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'), > ('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'), > ('FailedLoginAttempts','','','Number of login attempts before lockout the patron account','Integer'), >-- >2.7.4
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 20404
:
75243
| 75284 |
75315