Bugzilla – Attachment 67787 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), 825 bytes, created by
Lari Taskula
on 2017-10-07 12:46:54 UTC
(
hide
)
Description:
Bug 19234: (followup) Make Query plugin available to endpoints
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2017-10-07 12:46:54 UTC
Size:
825 bytes
patch
obsolete
>From 0713a0544c4c178c56c45e486b800bf20cc31df8 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 > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >Signed-off-by: Lari Taskula <lari.taskula@jns.fi> >--- > Koha/REST/V1.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/REST/V1.pm b/Koha/REST/V1.pm >index 0293418..8969959 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.7.4
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