Bugzilla – Attachment 72099 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.58 KB, created by
Fridolin Somers
on 2018-02-23 07:50:20 UTC
(
hide
)
Description:
Bug 17809: (follow-up) search in COUNTRY category
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2018-02-23 07:50:20 UTC
Size:
1.58 KB
patch
obsolete
>From 23b7f936fdc33aa8415bc9dd1fcbfa2b17187f08 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 > >--- > 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.7.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