Backlogs error: Couldn't find RbRelease with 'id'=69 (ActiveRecord::RecordNotFound)
Actions
Feature #19251
openGroup search in Sharing Dialog only limited to 5 groups
Status:
New
Priority:
Normal
Assigned To:
-
Category:
Workbench2
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
A user reported that he can't find the group "GLOFCT_AAA" with the search term "AAA" in the sharing dialog. It appears that this is caused by limiting the number of groups returned by the API to "5".
/arvados/v1/groups?limit=5&count=none&filters="group_class","not+in",["project","filter",["name","ilike","%AAA%"]]
With the new feature that all users can always see all groups this becomes limiting and should be removed. It should show all possible groups.
Actions