Merge branch '2800-python-global-state' into 2800-pgs
[arvados.git] / apps / workbench / app / helpers / application_helper.rb
index 11300367b9acaa2520578a1c0acffb17082dad73..428c14f8282961f65e6ad69e9197794f62997d54 100644 (file)
@@ -267,7 +267,7 @@ module ApplicationHelper
       end
       modal_path = choose_collections_path \
       ({ title: chooser_title,
-         filters: [['tail_uuid', '=', object.owner_uuid]].to_json,
+         filters: [['owner_uuid', '=', object.owner_uuid]].to_json,
          action_name: 'OK',
          action_href: pipeline_instance_path(id: object.uuid),
          action_method: 'patch',