Merge branch '5739-no-sqlite3' closes #5739
[arvados.git] / apps / workbench / app / controllers / pipeline_instances_controller.rb
index 57deee43e0506ee1817d40dabfba976bc6846747..fc8bd4b1977b1c3bbfdeaa95719ec1b00a52d812 100644 (file)
@@ -305,7 +305,7 @@ class PipelineInstancesController < ApplicationController
             split = value.split '/'
             if CollectionsHelper.match(split[0])
               input_pdhs << split[0]
-            else
+            elsif CollectionsHelper.match_uuid_with_optional_filepath(split[0])
               input_uuids << split[0]
             end
           end