Bug 26636: Add objects.find helper
authorAgustin Moyano <agustinmoyano@theke.io>
Fri, 9 Oct 2020 13:20:33 +0000 (10:20 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 9 Mar 2021 09:31:47 +0000 (10:31 +0100)
commit329d09abb6cc705838b724742c89fd95b9c89b79
treef428419a360672c8d5befa73a4886f76a07d2b43
parent6620c5638120ff52d82e2aa9c64fe46184c69c5f
Bug 26636: Add objects.find helper

This patch adds the objects.find helper. Much like objects.search, it
returns the to_api method with embedded.

Sponsored-by: Virginia Polytechnic Institute and State University
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/REST/Plugin/Objects.pm