Bugzilla – Attachment 178040 Details for
Bug 39135
adding a OpacPasswordLabelTextContent system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39135: adding a OpacPasswordLabelTextContent system preference
Bug-39135-adding-a-OpacPasswordLabelTextContent-sy.patch (text/plain), 2.23 KB, created by
Imani
on 2025-02-13 16:51:53 UTC
(
hide
)
Description:
Bug 39135: adding a OpacPasswordLabelTextContent system preference
Filename:
MIME Type:
Creator:
Imani
Created:
2025-02-13 16:51:53 UTC
Size:
2.23 KB
patch
obsolete
>From 65b5d92d57403ad4720bf0f14c749d258ee6535b Mon Sep 17 00:00:00 2001 >From: Imani Thomas <imani.thomas@bywatersolutions.com> >Date: Thu, 13 Feb 2025 16:50:01 +0000 >Subject: [PATCH] Bug 39135: adding a OpacPasswordLabelTextContent system > preference > >fixing order of systemPrefs in sysprefs.sql >--- > 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 76d85fd340..818d61761d 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -515,7 +515,6 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('OpacLocationBranchToDisplay','holding','holding|home|both','In the OPAC, under location show which branch for Location in the record details.','Choice'), > ('OpacLocationOnDetail','holding','holding|home|both|column','In the OPAC detail, display the shelving location on its own column or under a library columns.', 'Choice'), > ('OPACLoginLabelTextContent','cardnumber',NULL,NULL,NULL), >-('OPACPasswordLabelTextContent','password',NULL,NULL,NULL), > ('OpacMaintenance','0','','If ON, enables maintenance warning in OPAC','YesNo'), > ('OPACMandatoryHoldDates', '', '|start|end|both', 'Define which hold dates are required on OPAC reserve form', 'Choice'), > ('OpacMaxItemsToDisplay','50','','Max items to display at the OPAC on a biblio detail','Integer'), >@@ -531,6 +530,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('OPACOpenURLItemTypes', '', NULL, 'Show the OpenURL link only for these item types', 'Free'), > ('OPACOverDrive','0',NULL,'Enable OverDrive integration in the OPAC','YesNo'), > ('OpacPasswordChange','1',NULL,'If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)','YesNo'), >+('OPACPasswordLabelTextContent','password',NULL,NULL,NULL), > ('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'), > ('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'), > ('OPACPlayMusicalInscripts','0','','If displayed musical inscripts, play midi conversion on the OPAC record details page.','YesNo'), >-- >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 39135
: 178040 |
178041