Bugzilla – Attachment 195187 Details for
Bug 40879
Add system preference to enable/disable the “Cite” option in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40879: Added system preference to sysprefs.pl
Bug-40879-Added-system-preference-to-sysprefspl.patch (text/plain), 1.51 KB, created by
Caroline Cyr La Rose
on 2026-03-12 13:53:04 UTC
(
hide
)
Description:
Bug 40879: Added system preference to sysprefs.pl
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2026-03-12 13:53:04 UTC
Size:
1.51 KB
patch
obsolete
>From 05c017470c1ebf6f97d683ad33809139b70f9504 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Thu, 25 Sep 2025 18:54:02 +0000 >Subject: [PATCH] Bug 40879: Added system preference to sysprefs.pl > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >--- > installer/data/mysql/mandatory/sysprefs.sql | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index f1357cd8ce5..ba135461d55 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -501,6 +501,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('OpacBrowseResults','1',NULL,'Disable/enable browsing and paging search results from the OPAC detail page.','YesNo'), > ('OpacBrowseSearch', '0',NULL, 'Elasticsearch only: add a page allowing users to \'browse\' all items in the collection','YesNo'), > ('OpacCatalogConcerns', '0', NULL, 'Allow logged in OPAC users to report catalog concerns', 'YesNo'), >+('OpacCiteModal', '1', NULL, 'Enable or disable the Cite option in the OPAC record view.', 'YesNo'), > ('OpacCloud','0',NULL,'If ON, enables subject cloud on OPAC','YesNo'), > ('OpacCoce','0', NULL, 'If on, enables cover retrieval from the configured Coce server in the OPAC', 'YesNo'), > ('OPACComments','1',NULL,'If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), >-- >2.43.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 40879
:
186928
|
186929
|
186930
|
186931
|
186932
|
186933
|
186935
|
186936
|
186937
|
186938
|
186939
|
186940
|
186941
|
190032
|
190033
|
190034
|
190035
|
190036
|
190065
|
190087
|
190088
|
190089
|
190090
|
190091
|
190092
|
194902
|
195185
|
195186
|
195187
|
195188
|
195189
|
195190
|
195191
|
195204
|
195205
|
195206
|
195207
|
195208
|
195209
|
195210
|
195211
|
195212
|
195213
|
195214
|
195215
|
195216
|
195217