X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/695702b379a7be5abd96742ffee7f4f4bfcef2a8..0b187b107128a57c1f0c00057d39979ab53d4137:/apps/workbench/app/views/container_requests/_show_inputs.html.erb diff --git a/apps/workbench/app/views/container_requests/_show_inputs.html.erb b/apps/workbench/app/views/container_requests/_show_inputs.html.erb index b365dc5529..a6c4bffacd 100644 --- a/apps/workbench/app/views/container_requests/_show_inputs.html.erb +++ b/apps/workbench/app/views/container_requests/_show_inputs.html.erb @@ -1,12 +1,13 @@ -<% n_inputs = cwl_inputs_required(@object, @object.mounts[:"/var/lib/cwl/workflow.json"][:content][:inputs], [:mounts, :"/var/lib/cwl/cwl.input.json", :content]) %> +<% n_inputs = cwl_inputs_required(@object, get_cwl_inputs(@object.mounts[:"/var/lib/cwl/workflow.json"][:content]), [:mounts, :"/var/lib/cwl/cwl.input.json", :content]) %> <% content_for :pi_input_form do %>
<% workflow = @object.mounts[:"/var/lib/cwl/workflow.json"][:content] %> - <% workflow[:inputs].each do |input| %> -