[Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 22 08:55:20 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175

--- Comment #394 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Not from this report, but very related:

        $self->{_components} = $results if ( defined($results) &&
scalar(@$results) );
    }

    return $self->{_components} || [];

Why do we save these component parts in the object and not use them later (if
we would call again)?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list