Bugzilla – Attachment 66754 Details for
Bug 19234
Add query parameters handling helpers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19234: (followup) Make Query plugin available to endpoints
Bug-19234-followup-Make-Query-plugin-available-to-.patch (text/plain), 670 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2017-09-01 15:02:44 UTC
(
hide
)
Description:
Bug 19234: (followup) Make Query plugin available to endpoints
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-09-01 15:02:44 UTC
Size:
670 bytes
patch
obsolete
>From 8aa25e0d2681cc3f53ae30d7eed665377280d97d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 1 Sep 2017 12:01:08 -0300 >Subject: [PATCH] Bug 19234: (followup) Make Query plugin available to > endpoints > >--- > Koha/REST/V1.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/REST/V1.pm b/Koha/REST/V1.pm >index 02934188df..896995945f 100644 >--- a/Koha/REST/V1.pm >+++ b/Koha/REST/V1.pm >@@ -54,6 +54,7 @@ sub startup { > # is not allowed by the OpenAPI specification. > }); > $self->plugin( 'Koha::REST::Plugin::Pagination' ); >+ $self->plugin( 'Koha::REST::Plugin::Query' ); > } > > 1; >-- >2.14.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 19234
:
66752
|
66753
|
66754
|
66991
|
66992
|
66993
|
67358
|
67359
|
67360
|
67363
|
67364
|
67365
|
67374
|
67375
|
67377
|
67785
|
67786
|
67787
|
69360
|
69361
|
69362