From: Tom Clegg Date: Tue, 3 Jun 2014 09:01:20 +0000 (-0400) Subject: 2872: Filter by tail instead of owner in case api server rule is not in yet. X-Git-Tag: 1.1.0~2551^2~52 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/70d7acb63d1f66fdde384e4bc7bfe439fe8abc35 2872: Filter by tail instead of owner in case api server rule is not in yet. --- diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb index 5eed7f8f3d..992177569d 100644 --- a/apps/workbench/app/helpers/application_helper.rb +++ b/apps/workbench/app/helpers/application_helper.rb @@ -254,7 +254,7 @@ module ApplicationHelper end modal_path = choose_collections_path \ ({ title: 'Choose a dataset:', - filters: [['owner_uuid', '=', object.owner_uuid]].to_json, + filters: [['tail_uuid', '=', object.owner_uuid]].to_json, action_name: 'OK', action_href: pipeline_instance_path(id: object.uuid), action_method: 'patch',