Merge branch '4233-graph-job-stats' closes #4233
[arvados.git] / apps / workbench / app / views / projects / _show_sharing.html.erb
index 95a7ee100dacf5f495d2ac4c12d86ac795ad99fd..cc862c425c168e5ab61e4a12827bed2df517adbc 100644 (file)
@@ -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,