Bugzilla – Attachment 184161 Details for
Bug 40417
Search_rs is re-instating deleted query parameters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40417: Remove 'validation' method
Bug-40417-Remove-validation-method.patch (text/plain), 848 bytes, created by
Matt Blenkinsop
on 2025-07-16 17:46:16 UTC
(
hide
)
Description:
Bug 40417: Remove 'validation' method
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-07-16 17:46:16 UTC
Size:
848 bytes
patch
obsolete
>From b231001f3aab6221d1d0dba293b2bf7e63138145 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Wed, 16 Jul 2025 18:45:54 +0100 >Subject: [PATCH] Bug 40417: Remove 'validation' method > >--- > Koha/REST/Plugin/Objects.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/REST/Plugin/Objects.pm b/Koha/REST/Plugin/Objects.pm >index 486509abe71..986d1c48300 100644 >--- a/Koha/REST/Plugin/Objects.pm >+++ b/Koha/REST/Plugin/Objects.pm >@@ -156,7 +156,7 @@ controller, and thus shouldn't be called twice in it. > 'objects.search_rs' => sub { > my ( $c, $result_set, $query_fixers ) = @_; > >- my $args = $c->validation->output; >+ my $args = $c->req->params->to_hash; > my $attributes = {}; > > $query_fixers //= []; >-- >2.48.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40417
:
184155
|
184160
|
184161
|
184212
|
184213
|
184317
|
184318
|
184406
|
184407
|
184409
|
184410