Bugzilla – Attachment 72845 Details for
Bug 17809
Correct some authorised values in fr-FR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17809: (follow-up) search in COUNTRY category
Bug-17809-follow-up-search-in-COUNTRY-category.patch (text/plain), 1.65 KB, created by
Brendan Gallagher
on 2018-03-14 12:01:58 UTC
(
hide
)
Description:
Bug 17809: (follow-up) search in COUNTRY category
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2018-03-14 12:01:58 UTC
Size:
1.65 KB
patch
obsolete
>From d626a406ddf8e622dbb23c311935f97ce9e53f85 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 23 Feb 2018 08:49:30 +0100 >Subject: [PATCH] Bug 17809: (follow-up) search in COUNTRY category > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_17809_pretty_red.perl | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/installer/data/mysql/atomicupdate/bug_17809_pretty_red.perl b/installer/data/mysql/atomicupdate/bug_17809_pretty_red.perl >index 957bec7..4d0d2c7 100755 >--- a/installer/data/mysql/atomicupdate/bug_17809_pretty_red.perl >+++ b/installer/data/mysql/atomicupdate/bug_17809_pretty_red.perl >@@ -11,6 +11,7 @@ if ( CheckVersion($DBversion) ) { > > my $number_er = $schema->resultset('AuthorisedValue')->search( > { >+ category => 'COUNTRY', > authorised_value => 'ER' > } > )->count; >@@ -20,6 +21,7 @@ if ( CheckVersion($DBversion) ) { > } > my $number_cc = $schema->resultset('AuthorisedValue')->search( > { >+ category => 'COUNTRY', > authorised_value => 'CC' > } > )->count; >@@ -29,6 +31,7 @@ if ( CheckVersion($DBversion) ) { > } > my $number_gq = $schema->resultset('AuthorisedValue')->search( > { >+ category => 'COUNTRY', > authorised_value => 'GQ' > } > )->count; >@@ -37,6 +40,7 @@ if ( CheckVersion($DBversion) ) { > } > my $number_pk = $schema->resultset('AuthorisedValue')->search( > { >+ category => 'COUNTRY', > authorised_value => 'PK' > } > )->count; >-- >2.1.4
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 17809
:
58390
|
58577
|
59259
|
59261
|
59262
|
72099
|
72842
|
72843
|
72844
|
72845
|
73107
|
73108
|
73109
|
73110
|
113304
|
113305
|
114713
|
114758
|
114759
|
114760
|
114792
|
114795
|
114796
|
114797