https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #206 from Jonathan Druart <[email protected]> --- 1. It needs more work, there is something broken (search does not return anything) 2. The UI is not the same as what is advertised in the screenshot, the component part records are display at the top (not on the right) 3. I don't think we need the overhead we introduced with the "show all" link. We call get_component_part_query from C4::XSLT (for that link) and Koha::Biblio (for the list we display). I would suggest to retrieve them all and have a expand/collapse link if we have "too many" element to display. We could then move the get_component_part_query into Koha::Biblio->get_marc_components (Koha::Biblio->get_marc_host is doing that already). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
