Bugzilla – Attachment 86431 Details for
Bug 20563
ILL request list gives no indication of source and/or target
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20563: (QA follow-up) Get requested_partners from api
Bug-20563-QA-follow-up-Get-requestedpartners-from-.patch (text/plain), 1.25 KB, created by
Josef Moravec
on 2019-03-11 08:50:08 UTC
(
hide
)
Description:
Bug 20563: (QA follow-up) Get requested_partners from api
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-11 08:50:08 UTC
Size:
1.25 KB
patch
obsolete
>From b59d2267ba0da9c2a8ba39eeb5a70ddbdb03a9b4 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 11 Mar 2019 08:46:54 +0000 >Subject: [PATCH] Bug 20563: (QA follow-up) Get requested_partners from api > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 833d93cd74..85bb7cb2ea 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -928,7 +928,7 @@ > // Get our data from the API and process it prior to passing > // it to datatables > var ajax = $.ajax( >- '/api/v1/illrequests?embed=metadata,patron,capabilities,library,status_alias,comments' >+ '/api/v1/illrequests?embed=metadata,patron,capabilities,library,status_alias,comments,requested_partners' > ).done(function() { > var data = JSON.parse(ajax.responseText); > // Make a copy, we'll be removing columns next and need >-- >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 20563
:
74152
|
74153
|
75657
|
79523
|
79715
|
79716
|
80603
|
82166
|
82167
|
82511
|
82512
|
82734
|
84695
|
84696
|
84697
|
84698
|
86376
|
86377
|
86378
|
86427
|
86428
|
86429
|
86430
| 86431