X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6006e4dff665c1331495a09df8bbff07d4acd61a..949ed4898bc5af8eaf0fdd21c00f7242168cfe22:/apps/workbench/app/views/projects/_show_other_objects.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/projects/_show_other_objects.html.erb b/apps/workbench/app/views/projects/_show_other_objects.html.erb index 7a87413be5..308034ed54 100644 --- a/apps/workbench/app/views/projects/_show_other_objects.html.erb +++ b/apps/workbench/app/views/projects/_show_other_objects.html.erb @@ -1 +1,8 @@ -<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: @objects_and_names, data_kind: []} %> +<% + filters = [['uuid', 'is_a', ["arvados#human","arvados#specimen","arvados#trait"]]] + @objects = @object.contents({limit: 50, include_linked: true, :filters => filters}) + objects_and_names = get_objects_and_names @objects + page_offset = next_page_offset @objects +%> + +<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: objects_and_names, filters: filters, page_offset: page_offset, tab_name: 'Other_objects'} %>