Bugzilla – Attachment 148582 Details for
Bug 33297
Typo system preference RetainPatronSearchTerms in DB revs 220600044.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33297: Fix typo system preference RetainPatronSearchTerms in DB revs 220600044.pl
Bug-33297-Fix-typo-system-preference-RetainPatronS.patch (text/plain), 1.94 KB, created by
Marcel de Rooy
on 2023-03-23 06:43:22 UTC
(
hide
)
Description:
Bug 33297: Fix typo system preference RetainPatronSearchTerms in DB revs 220600044.pl
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-03-23 06:43:22 UTC
Size:
1.94 KB
patch
obsolete
>From 5ea481c7f9afb03b01c4af23fe329dc6a422796c Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 21 Mar 2023 22:04:09 -1000 >Subject: [PATCH] Bug 33297: Fix typo system preference RetainPatronSearchTerms > in DB revs 220600044.pl >Content-Type: text/plain; charset=utf-8 > >Bug 26247 added system preference RetainPatronsSearchTerms. >There is a typo in DB revs 220600044.pl : RetainPatronSearchTerms instead of RetainPatronsSearchTerms. > >Test plan : >Upgrade from 22.05 to 22.11 and check there is a system preference named 'RetainPatronsSearchTerms' > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > installer/data/mysql/db_revs/220600044.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/db_revs/220600044.pl b/installer/data/mysql/db_revs/220600044.pl >index 6e60342dcf..ce60d6f6d5 100755 >--- a/installer/data/mysql/db_revs/220600044.pl >+++ b/installer/data/mysql/db_revs/220600044.pl >@@ -10,7 +10,7 @@ return { > $dbh->do(q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('RetainCatalogSearchTerms', '1', NULL, 'If enabled, searches entered into the catalog search bar will be retained', 'YesNo') }); > say $out "Added new system preference 'RetainCatalogSearchTerms'"; > >- $dbh->do(q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('RetainPatronSearchTerms', '1', NULL, 'If enabled, searches entered into the checkout and patrons search bars will be retained', 'YesNo') }); >- say $out "Added new system preference 'RetainPatronSearchTerms'"; >+ $dbh->do(q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('RetainPatronsSearchTerms', '1', NULL, 'If enabled, searches entered into the checkout and patrons search bars will be retained', 'YesNo') }); >+ say $out "Added new system preference 'RetainPatronsSearchTerms'"; > }, > }; >-- >2.30.2
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 33297
:
148503
|
148504
|
148582
|
148583
|
148584
|
151280
|
151281
|
151282