Bugzilla – Attachment 178402 Details for
Bug 27859
MARC export for search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27859: Don't enable feature by default
Bug-27859-Dont-enable-feature-by-default.patch (text/plain), 2.78 KB, created by
David Gustafsson
on 2025-02-20 12:46:04 UTC
(
hide
)
Description:
Bug 27859: Don't enable feature by default
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2025-02-20 12:46:04 UTC
Size:
2.78 KB
patch
obsolete
>From 8fecdf05c0574dc9b97f8bcba54e80c0dbd6b2c9 Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Thu, 20 Feb 2025 12:43:20 +0100 >Subject: [PATCH] Bug 27859: Don't enable feature by default > >--- > .../bug_27859-add_enable_search_result_marc_export_sysprefs.pl | 2 +- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_27859-add_enable_search_result_marc_export_sysprefs.pl b/installer/data/mysql/atomicupdate/bug_27859-add_enable_search_result_marc_export_sysprefs.pl >index 3acd8175bb3..5066d129ad6 100755 >--- a/installer/data/mysql/atomicupdate/bug_27859-add_enable_search_result_marc_export_sysprefs.pl >+++ b/installer/data/mysql/atomicupdate/bug_27859-add_enable_search_result_marc_export_sysprefs.pl >@@ -7,7 +7,7 @@ return { > my ($args) = @_; > my ($dbh, $out) = @$args{qw(dbh out)}; > >- $dbh->do(q{ INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('EnableElasticsearchSearchResultExport', 1, NULL, 'Enable search result export', 'YesNo') }); >+ $dbh->do(q{ INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('EnableElasticsearchSearchResultExport', 0, NULL, 'Enable search result export', 'YesNo') }); > say $out "Added new system preference 'EnableElasticsearchSearchResultExport'"; > > $dbh->do(q{ INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('ElasticsearchSearchResultExportCustomFormats', '', NULL, 'Search result export custom formats', 'textarea') }); >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 4047e2104d7..9e0e448df02 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -246,7 +246,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('EmailSMSSendDriverFromAddress', '', '', 'Email SMS send driver from address override', 'Free'), > ('EnableAdvancedCatalogingEditor','0','','Enable the Rancor advanced cataloging editor','YesNo'), > ('EnableBorrowerFiles','0',NULL,'If enabled, allows librarians to upload and attach arbitrary files to a borrower record.','YesNo'), >-('EnableElasticsearchSearchResultExport', '1', '', 'Enable search result export', 'YesNo'), >+('EnableElasticsearchSearchResultExport', '0', '', 'Enable search result export', 'YesNo'), > ('EnableExpiredPasswordReset', '0', NULL, 'Enable ability for patrons with expired password to reset their password directly', 'YesNo'), > ('EnableItemGroupHolds','0','','Enable item groups holds feature','YesNo'), > ('EnableItemGroups','0','','Enable the item groups feature','YesNo'), >-- >2.48.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 27859
:
117718
|
117721
|
124892
|
124893
|
128632
|
131442
|
131443
|
132993
|
132997
|
133076
|
145243
|
145244
|
145263
|
145300
|
147927
|
147935
|
147936
|
162342
|
162343
|
163761
|
163762
|
178145
|
178146
|
178370
|
178371
|
178376
|
178377
|
178399
|
178400
|
178401
|
178402
|
178406
|
178407
|
178408