Bugzilla – Attachment 173667 Details for
Bug 28633
Add a preferred name field to patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28633: (QA follow-up) Minor style change in dbrev
Bug-28633-QA-follow-up-Minor-style-change-in-dbrev.patch (text/plain), 2.40 KB, created by
Emily Lamancusa (emlam)
on 2024-10-29 15:45:51 UTC
(
hide
)
Description:
Bug 28633: (QA follow-up) Minor style change in dbrev
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-10-29 15:45:51 UTC
Size:
2.40 KB
patch
obsolete
>From ccc5b79c7642b613850743952a12dac3c9c4f570 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 16 May 2024 08:27:04 -0300 >Subject: [PATCH] Bug 28633: (QA follow-up) Minor style change in dbrev > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > installer/data/mysql/atomicupdate/bug_28633.pl | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_28633.pl b/installer/data/mysql/atomicupdate/bug_28633.pl >index 3121810030..9bef59047d 100755 >--- a/installer/data/mysql/atomicupdate/bug_28633.pl >+++ b/installer/data/mysql/atomicupdate/bug_28633.pl >@@ -15,7 +15,7 @@ return { > AFTER firstname > } > ); >- say $out "Added preferred name column to borrowers table"; >+ say $out "Added column 'borrowers.preferred_name'"; > } > if ( !column_exists( 'deletedborrowers', 'preferred_name' ) ) { > $dbh->do( >@@ -26,7 +26,7 @@ return { > AFTER firstname > } > ); >- say $out "Added preferred name column to deletedborrowers table"; >+ say $out "Added column 'deletedborrowers.preferred_name'"; > } > if ( !column_exists( 'borrower_modifications', 'preferred_name' ) ) { > $dbh->do( >@@ -37,14 +37,14 @@ return { > AFTER firstname > } > ); >- say $out "Added preferred name column to borrower_modifications table"; >+ say $out "Added column 'borrower_modifications.preferred_name'"; > } > my @default_patron_search_fields = split( '\|', C4::Context->preference('DefaultPatronSearchFields') ); > unless ( grep /preferred_name/, @default_patron_search_fields ) { > if ( grep /firstname/, @default_patron_search_fields ) { > push @default_patron_search_fields, 'preferred_name'; > C4::Context->set_preference( 'DefaultPatronSearchFields', join( '|', @default_patron_search_fields ) ); >- say $out "Added preferred name to DefaultPatronSearchFields"; >+ say $out "Added 'preferred_name' to DefaultPatronSearchFields"; > } else { > say $out "Please add 'preferred_name' to DefaultPatronSearchFields if you want it searched by default"; > } >-- >2.34.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 28633
:
123008
|
123009
|
123010
|
123658
|
125497
|
125498
|
125499
|
125500
|
126591
|
128968
|
128969
|
128970
|
130000
|
130001
|
130002
|
133445
|
133446
|
133447
|
133448
|
133449
|
133450
|
133451
|
133958
|
133959
|
133960
|
133961
|
133962
|
133963
|
133964
|
133965
|
166792
|
166793
|
166794
|
166813
|
166814
|
166815
|
166816
|
166817
|
167163
|
167164
|
173628
|
173629
|
173630
|
173631
|
173632
|
173633
|
173634
|
173664
|
173665
|
173666
|
173667
|
173668
|
173669
|
173670
|
173717
|
173718
|
173719
|
173813
|
173814
|
173815
|
173816
|
173826
|
173827
|
173828
|
173829
|
173930
|
173931
|
173932
|
173933
|
173934
|
173935
|
173936
|
174419
|
174420
|
174472
|
175177