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

(-)a/Koha/REST/Plugin/Objects.pm (-1 / +3 lines)
Lines 62-67 the requested object. It passes through any embeds if specified. Link Here
62
                }
62
                }
63
            );
63
            );
64
64
65
            $result_set = $result_set->search_limited
66
                if $result_set->can('search_limited');
67
65
            my $object = $result_set->find( $id, $attributes );
68
            my $object = $result_set->find( $id, $attributes );
66
69
67
            return unless $object;
70
            return unless $object;
68
- 

Return to bug 29510