John D. Ament created USERGRID-258: -------------------------------------- Summary: Organization list limited to 10 when logged in as the super admin Key: USERGRID-258 URL: https://issues.apache.org/jira/browse/USERGRID-258 Project: Usergrid Issue Type: Bug Components: Portal, Stack Affects Versions: 1.0 Reporter: John D. Ament Assignee: John D. Ament
Currently, the admin interface will only show 10 organizations when logged in as a super user. There is no way to get more organizations to show. In ManagementServiceImpl, line 1494, I found this gem: {code} organizations = buildOrgBiMap( getOrganizations( null, 10 ) ); {code} Which would explain why this is limited to 10. -- This message was sent by Atlassian JIRA (v6.3.4#6332)