app/lib/actions/katello/content_view/capsule_sync.rb in katello-3.17.0.rc1 vs app/lib/actions/katello/content_view/capsule_sync.rb in katello-3.17.0.rc2
- old
+ new
@@ -9,10 +9,10 @@
def plan(content_view, environment)
sequence do
concurrence do
smart_proxies = SmartProxy.with_environment(environment)
unless smart_proxies.blank?
- plan_action(::Actions::BulkAction, ::Actions::Katello::CapsuleContent::Sync, smart_proxies,
+ plan_action(::Actions::BulkAction, ::Actions::Katello::CapsuleContent::Sync, smart_proxies.sort,
:content_view_id => content_view.id, :environment_id => environment.id)
end
end
end
end