Skip to content

Commit

Permalink
Refs #38055 - Send add_future when getting upstream pools
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylenz committed Dec 2, 2024
1 parent a44149e commit 82ff967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/katello/upstream_pool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def base_params(params)
params[:consumer] = upstream_consumer_id if attachable
params[:sort_by] = 'Product.name'
params[:order] = 'asc'
params[:add_future] = true
params
end

Expand Down

0 comments on commit 82ff967

Please sign in to comment.