@@ -, +, @@ dbic_merge_sorting $ kshell k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t k$ prove t/Koha/REST/Plugin/Query.t k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t --- Koha/REST/Plugin/Objects.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/Koha/REST/Plugin/Objects.pm +++ a/Koha/REST/Plugin/Objects.pm @@ -60,7 +60,8 @@ sub register { $c->dbic_merge_sorting( { attributes => $attributes, - params => $reserved_params + params => $reserved_params, + to_model => $to_model } ); --