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

(-)a/t/Koha/REST/Plugin/Query.t (-2 / +4 lines)
Lines 318-327 get '/dbic_extended_attributes_join' => sub { Link Here
318
    ];
318
    ];
319
    my $attributes = { 'prefetch' => ['extended_attributes'] };
319
    my $attributes = { 'prefetch' => ['extended_attributes'] };
320
320
321
    my $result_set = Koha::Patrons->new;
322
321
    $c->dbic_extended_attributes_join(
323
    $c->dbic_extended_attributes_join(
322
        {
324
        {
323
            'filtered_params' => $filtered_params,
325
            'filtered_params' => $filtered_params,
324
            'attributes'      => $attributes
326
            'attributes'      => $attributes,
327
            'result_set'      => $result_set
325
        }
328
        }
326
    );
329
    );
327
330
328
- 

Return to bug 37389