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

            Bug ID: 24554
           Summary: Only embed relations from Koha::Biblio in to_api
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: REST API
          Assignee: [email protected]
          Reporter: [email protected]

The current implemented behaviour of this method (fallback to the biblioitems
relations) breaks using it with bug 24538. On fixing it, I noticed the method
is quite over-engineered.

As biblioitems is not a real entity on the API and we are not going to add
related tables to bilbioitems (most probably get it merged into biblio) we
don't need the pass-through of embeds into the biblioitem object.

This makes counts work, and also makes sense :-D

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to