23 Dec
2019
23 Dec
'19
4:40 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24228 --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96612&action=edit Bug 24228: Add parameters to Koha::Object(s)->to_api to automatically embed objects This patch makes Koha::Object(s)->to_api have an 'embeds' parameter that using dot notation (e.g. resource.related_resource.another_one) allows embedding objects recursively. To test: 1. Apply this patch 2. prove t/db_dependent/Koha/Object.t Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.