Merge branch 'master' into 10293-cwl-cr-output
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components_editable.html.erb
index 50b2c9e08884772f18a2262ef7138ff21bc88275..f6c9e85883487c611de38276ca8ee5dd579ca1d9 100644 (file)
@@ -1,23 +1,3 @@
-<%
-  input_uuids = []
-  input_pdhs = []
-  @object.components.each do |k, component|
-    next if !component
-    component[:script_parameters].andand.each do |p, tv|
-      if tv[:value] and tv[:dataclass].andand.eql?('Collection')
-        if CollectionsHelper.match(tv[:value])
-          input_pdhs << tv[:value]
-        else
-          input_uuids << tv[:value]
-        end
-      end
-    end
-  end
-
-  preload_collections_for_objects input_uuids if input_uuids.any?
-  preload_for_pdhs input_pdhs if input_pdhs.any?
-%>
-
 <table class="table pipeline-components-table" style="margin-top: -.1em">
   <colgroup>
     <col style="width: 20%" />