Bugzilla – Attachment 151280 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.98 KB, created by
Jonathan Druart
on 2023-05-16 13:47:06 UTC
(
hide
)
Description:
Bug 33297: Fix typo system preference RetainPatronSearchTerms in DB revs 220600044.pl
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-05-16 13:47:06 UTC
Size:
1.98 KB
patch
obsolete
>From a9069849c94dedbff5260830512a0b930a89e1bf 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 > >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> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 6e60342dcfc..ce60d6f6d57 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.25.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 33297
:
148503
|
148504
|
148582
|
148583
|
148584
| 151280 |
151281
|
151282