Bugzilla – Attachment 97520 Details for
Bug 7957
Routing lists: manage several routing list for each subscription, and export them as CSV
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7957: Change name routing list created by updatedb
Bug-7957-Change-name-routing-list-created-by-updat.patch (text/plain), 1.04 KB, created by
Julian Maurice
on 2020-01-17 14:10:43 UTC
(
hide
)
Description:
Bug 7957: Change name routing list created by updatedb
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-01-17 14:10:43 UTC
Size:
1.04 KB
patch
obsolete
>From cbf873eba1baf003038c5558dcdc47c311dcd54c Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 17 Jan 2020 13:59:33 +0100 >Subject: [PATCH] Bug 7957: Change name routing list created by updatedb > >'import' -> '1' >--- > installer/data/mysql/atomicupdate/bug_7957.perl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_7957.perl b/installer/data/mysql/atomicupdate/bug_7957.perl >index 2f8ca30016..92be2df2c4 100644 >--- a/installer/data/mysql/atomicupdate/bug_7957.perl >+++ b/installer/data/mysql/atomicupdate/bug_7957.perl >@@ -54,7 +54,7 @@ $query = qq{ > }; > my $insert_sth = $dbh->prepare($query); > foreach ( @$results ) { >- $sth->execute($_->{subscriptionid}, 'import', $_->{routingnotes}); >+ $sth->execute($_->{subscriptionid}, '1', $_->{routingnotes}); > my $routinglistid = $dbh->last_insert_id(undef, undef, 'subscriptionroutinglist', undef); > $select_sth->execute($_->{subscriptionid}); > my $routings = $select_sth->fetchall_arrayref( {} ); >-- >2.20.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 7957
:
9259
|
10973
|
13217
|
16614
|
21340
|
22726
|
35709
|
35801
|
35802
|
35803
|
35804
|
35842
|
35860
|
35872
|
35873
|
35874
|
35875
|
38425
|
41762
|
41763
|
41764
|
42427
|
42428
|
42429
|
47633
|
47634
|
47635
|
47659
|
47660
|
47661
|
47662
|
47663
|
47664
|
50226
|
50227
|
50228
|
50265
|
50266
|
50270
|
50273
|
97519
| 97520 |
97521
|
97522
|
97523
|
97524