app/lib/actions/katello/host/attach_subscriptions.rb in katello-3.9.1 vs app/lib/actions/katello/host/attach_subscriptions.rb in katello-3.10.0.rc1
- old
+ new
@@ -1,10 +1,8 @@
module Actions
module Katello
module Host
class AttachSubscriptions < Actions::EntryAction
- middleware.use Actions::Middleware::KeepCurrentUser
-
def plan(host, pools_with_quantities_params)
action_subject(host)
sequence do
pool_ids = []
pools_with_quantities = pools_with_quantities_params.map do |pool_with_quantity|