app/lib/actions/pulp/repository/presenters/docker_presenter.rb in katello-3.15.3.1 vs app/lib/actions/pulp/repository/presenters/docker_presenter.rb in katello-3.16.0.rc1
- old
+ new
@@ -50,10 +50,10 @@
items_done(download_details)
end
end
def details(step_type)
- task_progress_details && task_progress_details.find do |step|
+ task_progress_details&.find do |step|
step[:step_type] == step_type
end
end
def task_progress