X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/23825c0b5ecf436b29a36a1c27efe1120485827e..43a6204d0292fc4a41c370a2b77a84bc778fbdae:/apps/workbench/app/views/work_units/_component_detail.html.erb diff --git a/apps/workbench/app/views/work_units/_component_detail.html.erb b/apps/workbench/app/views/work_units/_component_detail.html.erb index a3a246fe02..f1baf7b76f 100644 --- a/apps/workbench/app/views/work_units/_component_detail.html.erb +++ b/apps/workbench/app/views/work_units/_component_detail.html.erb @@ -95,6 +95,7 @@ <% mounts = current_obj.send(:mounts) if current_obj.respond_to?(:mounts) mount_wf = mounts.andand[:"/var/lib/cwl/workflow.json"] + mount_wf = mount_wf[5..-1] if mount_wf.andand.start_with?('keep:') mount_wf_cls = resource_class_for_uuid(mount_wf) if mount_wf %> @@ -166,7 +167,7 @@ mounts = current_obj.send(:mounts) if current_obj.respond_to?(:mounts) input_obj =mounts.andand[:"/var/lib/cwl/cwl.input.json"].andand[:content] || mounts || {} mnt_inputs = [] - cwl_input_collections(input_obj) do |_, path| + cr_input_collections(input_obj) do |_, path| mnt_inputs << path end mnt_inputs = mnt_inputs.uniq.compact