X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c45ed6a43b01a4f216cf8877b35d9ad18e1c5b5..d39470cbc160b9d51033a564e0b8867388a5a1d3:/apps/workbench/app/controllers/groups_controller.rb diff --git a/apps/workbench/app/controllers/groups_controller.rb b/apps/workbench/app/controllers/groups_controller.rb index 358cb2c868..416969f359 100644 --- a/apps/workbench/app/controllers/groups_controller.rb +++ b/apps/workbench/app/controllers/groups_controller.rb @@ -15,7 +15,7 @@ class GroupsController < ApplicationController end def show - @objects = @object.owned_items include_linked: true + @objects = @object.contents include_linked: true super end end