From c4659b295b2e4fbbd36095ff187f8daa1878629b Mon Sep 17 00:00:00 2001 From: Klaus Zanders Date: Mon, 8 Jun 2026 16:59:56 +0200 Subject: [PATCH] Use correct filter form --- .../resource_allocations/allocation_step/form_component.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/resource_management/app/components/resource_allocations/allocation_step/form_component.rb b/modules/resource_management/app/components/resource_allocations/allocation_step/form_component.rb index 2f8df518ecc..817af14a69f 100644 --- a/modules/resource_management/app/components/resource_allocations/allocation_step/form_component.rb +++ b/modules/resource_management/app/components/resource_allocations/allocation_step/form_component.rb @@ -60,8 +60,8 @@ module ResourceAllocations prepends = if filter_based? [ ResourceAllocations::Forms::FilterNameForm.new(form), - ::Filters::FilterForm.new( - form, + ::Filters::FilterFormComponent.new( + builder: form, query: @allocation.candidate_query, wrap_with_controller: true, hidden_input_name: "filters",