16513: Merge branch 'master' into 16513-keep-exercise-improvements
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components_editable.html.erb
index 42779096471ae70d40384d44c7f7ffd7475c7732..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].andand.eql?('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>