mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Use correct filter form
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user