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

(-)a/Koha/REST/Plugin/Objects.pm (-1 / +4 lines)
Lines 65-70 sub register { Link Here
65
                }
65
                }
66
            );
66
            );
67
67
68
            # If no pagination parameters are passed, default
69
            $reserved_params->{_per_page} //= C4::Context->preference('RESTdefaultPageSize');
70
            $reserved_params->{_page}     //= 1;
71
68
            # Merge pagination into query attributes
72
            # Merge pagination into query attributes
69
            $c->dbic_merge_pagination(
73
            $c->dbic_merge_pagination(
70
                {
74
                {
71
- 

Return to bug 25570