-
Type:
Information
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 3.3.1
-
Fix Version/s: None
-
Component/s: Alfresco Explorer
-
Labels:None
-
Environment:3.3.1
MacOSX
Tomcat
MySQL
-
Bug Priority:
-
ACT Numbers:
25641
I have created a group labeled 'Test' and have created 101 subgroups labeled fooXXX(1-101).
When I browse to the Manage User Groups, click on 'Test' it lists only 100 of the 101 subgroups.
Furthermore, when I run the following command, I see the same issue... only 100 are listed:
curl -u admin:admin "http://localhost:8080/alfresco/service/api/groups?shortNameFilter=foo*"
When I run the following, my 101st group shows up:
curl -u admin:admin "http://localhost:8080/alfresco/service/api/groups/foo101"
{
"data":
We have a customer running into the same problem on 3.2.2, RHEL, Jboss, Oracle
I believe we're running into some set limit somewhere, but am not sure where. Any assistance would be greatly appreciated.
Cheers
~Andrew