app/controllers/katello/sync_management_controller.rb in katello-3.10.2 vs app/controllers/katello/sync_management_controller.rb in katello-3.11.0.rc1

- old
+ new

@@ -15,10 +15,10 @@ def title _('Sync Status') end def index - org = current_organization + org = current_organization_object @products = org.library.products.readable redhat_products, custom_products = @products.partition(&:redhat?) redhat_products.sort_by { |p| p.name.downcase } custom_products.sort_by { |p| p.name.downcase }