X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/917c3ca20c36318578c4dfab7de076d97a2f87fe..74fec3cd8284eae4829dad2c287588d52c621c4b:/apps/workbench/app/views/application/_show_sharing.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/application/_show_sharing.html.erb b/apps/workbench/app/views/application/_show_sharing.html.erb index 7877e60d30..75773ab900 100644 --- a/apps/workbench/app/views/application/_show_sharing.html.erb +++ b/apps/workbench/app/views/application/_show_sharing.html.erb @@ -8,6 +8,8 @@ SPDX-License-Identifier: AGPL-3.0 %> [User, Group].each do |type| type .filter([['uuid','in',@share_links.collect(&:tail_uuid)]]) + .with_count("none") + .fetch_multiple_pages(false) .each do |o| uuid_map[o.uuid] = o end