Bugzilla – Attachment 66601 Details for
Bug 19196
Add pagination helpers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19196: Make plugin available to endpoints
Bug-19196-Make-plugin-available-to-endpoints.patch (text/plain), 926 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2017-08-29 20:05:49 UTC
(
hide
)
Description:
Bug 19196: Make plugin available to endpoints
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-08-29 20:05:49 UTC
Size:
926 bytes
patch
obsolete
>From 48df157f1a805eb5adf2776791e3097b1e087184 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 29 Aug 2017 17:02:13 -0300 >Subject: [PATCH] Bug 19196: Make plugin available to endpoints > >This patch just initializes the plugin on the main controller class so >it is available for all endpoints to use. > >As it is not used, in order to test just restart plack and make sure the >endpoints work (run the t/db_dependent/api/v1 tests). >--- > Koha/REST/V1.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/REST/V1.pm b/Koha/REST/V1.pm >index abdf10ba5b..02934188df 100644 >--- a/Koha/REST/V1.pm >+++ b/Koha/REST/V1.pm >@@ -53,6 +53,7 @@ sub startup { > # Paths-, Parameters-, Definitions- & Info-object > # is not allowed by the OpenAPI specification. > }); >+ $self->plugin( 'Koha::REST::Plugin::Pagination' ); > } > > 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 19196
:
66599
|
66600
|
66601
|
66609
|
66610
|
66611
|
66656
|
66657
|
66658
|
66820
|
66821
|
66822
|
66988
|
66989
|
66990
|
67338
|
67339
|
67340
|
67346
|
67366
|
67367
|
67368
|
67369