Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components_editable.html.erb
index 51fe8d4d3c717025c349391036e518a68782c058..5311925cdb73b9c336136b99f3654d95624508c9 100644 (file)
@@ -1,22 +1,6 @@
-<%
-  input_uuids = []
-  input_pdhs = []
-  @object.components.each do |k, component|
-    next if !component
-    component[:script_parameters].andand.each do |p, tv|
-      if tv.is_a? Hash and !tv[:value].nil? and (tv[:dataclass] == "Collection")
-        if CollectionsHelper.match(tv[:value])
-          input_pdhs << tv[:value]
-        else
-          input_uuids << tv[:value]
-        end
-      end
-    end
-  end
+<%# Copyright (C) The Arvados Authors. All rights reserved.
 
-  preload_collections_for_objects input_uuids if input_uuids.any?
-  preload_for_pdhs input_pdhs if input_pdhs.any?
-%>
+SPDX-License-Identifier: AGPL-3.0 %>
 
 <table class="table pipeline-components-table" style="margin-top: -.1em">
   <colgroup>