Bugzilla – Attachment 47635 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: Redirect after creating a new routing list
Bug-7957-Redirect-after-creating-a-new-routing-lis.patch (text/plain), 893 bytes, created by
Julian Maurice
on 2016-02-04 08:21:23 UTC
(
hide
)
Description:
Bug 7957: Redirect after creating a new routing list
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2016-02-04 08:21:23 UTC
Size:
893 bytes
patch
obsolete
>From 52abfcf106b261562e72200eccb7abf92fef6b5c Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 21 Aug 2015 11:02:00 +0200 >Subject: [PATCH] Bug 7957: Redirect after creating a new routing list > >This avoids creating the same list multiple times when reloading the >page >--- > serials/routinglist.pl | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/serials/routinglist.pl b/serials/routinglist.pl >index f8455d3..d1e4b86 100755 >--- a/serials/routinglist.pl >+++ b/serials/routinglist.pl >@@ -64,6 +64,9 @@ if($op && $op eq 'savenew') { > my $subscriptionid = $input->param('subscriptionid'); > > $routinglistid = AddRoutingList($subscriptionid, $title); >+ print $input->redirect('/cgi-bin/koha/serials/routinglist.pl?routinglistid=' >+ . $routinglistid); >+ exit; > } else { > $routinglistid = $input->param('routinglistid'); > } >-- >1.9.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