View | Details | Raw Unified | Return to bug 30133
Collapse All | Expand All

(-)a/Koha/REST/Plugin/Objects.pm (-1 / +3 lines)
Lines 80-85 Performs a database search using given Koha::Objects object and query parameters Link Here
80
Returns an arrayref of the hashrefs representing the resulting objects
80
Returns an arrayref of the hashrefs representing the resulting objects
81
for API rendering.
81
for API rendering.
82
82
83
Warning: this helper adds pagination headers to the calling controller, and thus
84
shouldn't be called twice in it.
85
83
=cut
86
=cut
84
87
85
    $app->helper(
88
    $app->helper(
86
- 

Return to bug 30133