We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613a63d commit 0f6ad9bCopy full SHA for 0f6ad9b
app/controllers/job_invocations_controller.rb
@@ -171,7 +171,7 @@ def prepare_composer
171
inputs = params[:inputs].permit!.to_hash if params.include?(:inputs)
172
JobInvocationComposer.for_feature(
173
params[:feature],
174
- params[:host_ids],
+ params[:search].presence || params[:host_ids],
175
inputs
176
)
177
else
0 commit comments