X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..b4b8e120c8ac43a16513079e2ae9f46bcdb9c35d:/apps/workbench/app/views/work_units/_show_status.html.erb diff --git a/apps/workbench/app/views/work_units/_show_status.html.erb b/apps/workbench/app/views/work_units/_show_status.html.erb index b726f3b6b1..003948584a 100644 --- a/apps/workbench/app/views/work_units/_show_status.html.erb +++ b/apps/workbench/app/views/work_units/_show_status.html.erb @@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0 %> <% container_uuid = if @object.is_a?(Container) then @object.uuid elsif @object.is_a?(ContainerRequest) then @object.container_uuid end if container_uuid - cols = ContainerRequest.columns.map(&:name) - %w(id updated_at mounts) + cols = ContainerRequest.columns.map(&:name) - %w(id updated_at mounts runtime_token) reqs = ContainerRequest.select(cols).where(requesting_container_uuid: container_uuid).results load_preloaded_objects(reqs)