X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6eb3d1fb8fe71623fa63da46c250184cf2e4fbb8..06d6b29b121b80cb975e5d9d29a9a6f9b3763c47:/apps/workbench/app/controllers/actions_controller.rb diff --git a/apps/workbench/app/controllers/actions_controller.rb b/apps/workbench/app/controllers/actions_controller.rb index e6ef6eb894..cbe7e37fe5 100644 --- a/apps/workbench/app/controllers/actions_controller.rb +++ b/apps/workbench/app/controllers/actions_controller.rb @@ -91,7 +91,8 @@ class ActionsController < ApplicationController end if (resource_classes == [Collection] and @object.is_a? Group and - @object.group_class == 'project') + @object.group_class == 'project') or + @object.is_a? User # In the common case where only collections are copied/moved # into a project, it's polite to land on the collections tab on # the destination project.