Merge branch 'master' into 3354-render-textile
[arvados.git] / apps / workbench / app / helpers / application_helper.rb
index f09e0fbabc1e70b3cea307e94d3b1feec7f0cffd..a219cd5cc3423820ea3c029e6c6c78e57ca24095 100644 (file)
@@ -272,7 +272,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',