Bugzilla – Attachment 83808 Details for
Bug 20640
Allow migrating a request between backends
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20640: (follow-up) Redirect to new request at completion
Bug-20640-follow-up-Redirect-to-new-request-at-com.patch (text/plain), 1.12 KB, created by
Katrin Fischer
on 2019-01-11 16:19:21 UTC
(
hide
)
Description:
Bug 20640: (follow-up) Redirect to new request at completion
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-01-11 16:19:21 UTC
Size:
1.12 KB
patch
obsolete
>From d26634eb09184471414e3ade75228698f312e55a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 11 Jan 2019 12:41:29 +0000 >Subject: [PATCH] Bug 20640: (follow-up) Redirect to new request at completion > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > ill/ill-requests.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl >index 77a8d05560..792b93d241 100755 >--- a/ill/ill-requests.pl >+++ b/ill/ill-requests.pl >@@ -98,6 +98,7 @@ if ( $backends_available ) { > whole => $backend_result, > request => $new_request > ); >+ $request = $new_request; > } else { > # backend failure > $backend_result = { >@@ -115,7 +116,6 @@ if ( $backends_available ) { > } > } > else { >- $request = Koha::Illrequests->find( $params->{illrequest_id} ); > $backend_result = $request->backend_migrate($params); > $template->param( > whole => $backend_result, >-- >2.11.0
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 20640
:
74903
|
75430
|
75431
|
78525
|
79508
|
79571
|
79597
|
80900
|
81826
|
81827
|
83777
|
83778
|
83779
|
83797
|
83798
|
83799
|
83800
|
83801
|
83803
|
83805
|
83806
|
83807
| 83808 |
83809
|
83810