Actions
Feature #19251
openGroup search in Sharing Dialog only limited to 5 groups
Story points:
-
Release:
Release relationship:
Auto
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