X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/11085f87c952c7e46a15c88e144190cac32b95a8..968526e233fede288bf332aab724c170fe88345c:/apps/workbench/app/views/projects/_show_sharing.html.erb diff --git a/apps/workbench/app/views/projects/_show_sharing.html.erb b/apps/workbench/app/views/projects/_show_sharing.html.erb index 95a7ee100d..cc862c425c 100644 --- a/apps/workbench/app/views/projects/_show_sharing.html.erb +++ b/apps/workbench/app/views/projects/_show_sharing.html.erb @@ -2,7 +2,7 @@ uuid_map = {} if @share_links [User, Group].each do |type| - type.limit(10000) + type .filter([['uuid','in',@share_links.collect(&:tail_uuid)]]) .each do |o| uuid_map[o.uuid] = o @@ -40,7 +40,6 @@ by_project: false, preview_pane: false, multiple: true, - limit: 10000, filters: choose_filters[share_class].to_json, action_method: 'post', action_href: share_with_project_path,