Bugzilla – Attachment 171681 Details for
Bug 37856
Some SUSHI providers require the platform parameter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37856: Append platform parameter to SUSHI url if defined
Bug-37856-Append-platform-parameter-to-SUSHI-url-i.patch (text/plain), 929 bytes, created by
Pedro Amorim
on 2024-09-18 16:14:11 UTC
(
hide
)
Description:
Bug 37856: Append platform parameter to SUSHI url if defined
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-09-18 16:14:11 UTC
Size:
929 bytes
patch
obsolete
>From ca667548f1d0866bfde5189a5c42a605346b8d15 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 18 Sep 2024 15:55:51 +0000 >Subject: [PATCH] Bug 37856: Append platform parameter to SUSHI url if defined > >--- > Koha/ERM/EUsage/UsageDataProvider.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/ERM/EUsage/UsageDataProvider.pm b/Koha/ERM/EUsage/UsageDataProvider.pm >index e85ee58ce8..a741a0639a 100644 >--- a/Koha/ERM/EUsage/UsageDataProvider.pm >+++ b/Koha/ERM/EUsage/UsageDataProvider.pm >@@ -399,6 +399,7 @@ sub _build_url_query { > $url .= '&api_key=' . $self->api_key if $self->api_key; > $url .= '&begin_date=' . substr $self->{begin_date}, 0, 7 if $self->{begin_date}; > $url .= '&end_date=' . substr $self->{end_date}, 0, 7 if $self->{end_date}; >+ $url .= '&platform=' . $self->service_platform if $self->service_platform; > > return $url; > } >-- >2.39.2
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 37856
:
171680
|
171681
|
171682
|
171683
|
171773
|
171774
|
171775
|
171893
|
171894
|
171895
|
171896
|
171897
|
171898
|
171899
|
172040
|
172042
|
172043
|
172044
|
172045
|
172046
|
172047
|
172048
|
172155
|
172156
|
172215