]> git.koha-community.org Git - koha.git/commit
Bug 37902: Make sure filtered_params are converted
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 12 Sep 2024 08:41:18 +0000 (10:41 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 18 Oct 2024 12:25:56 +0000 (14:25 +0200)
commite36db00fa15318d49a2c8c5015a44383ee56bc92
tree5642ed100dcf9d7b7fe9ee163363557aaa2a5c99
parentaa70b472ff68752e4fcda18f6b03b0160f51be98
Bug 37902: Make sure filtered_params are converted

Previously we only adjusted the attributes that were passed directly,
not the ones in 'q' (which is the recommended way now)

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/REST/Plugin/Objects.pm