[ARVADOS] updated: 1.2.0-179-g14aa2b8e0

Git user git at public.curoverse.com
Mon Oct 15 13:36:20 EDT 2018


Summary of changes:
 apps/workbench/app/views/work_units/_show_status.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  14aa2b8e0f662604248a45ab6b4db3e92e49053a (commit)
      from  355ed696d9782561f4c7cce707e275f8658157a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 14aa2b8e0f662604248a45ab6b4db3e92e49053a
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Oct 15 13:36:02 2018 -0400

    14260: Fix workbench functionals test
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

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 b726f3b6b..003948584 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)
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list