-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.X, Master
-
Fix Version/s: 7.2.10 DXP FP5, 7.2.10.2 DXP SP2, 7.2.X, 7.3.0 CE GA1, 7.3.1 CE GA2, 7.3.10 DXP GA1, Master
-
Component/s: User Management
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Sprint:U&SM| S03 Sprint15| 1.21-2.4
-
Git Pull Request:
Repro Steps
- Create 25,000+ users by navigating to Configuration > Server Administration > Script and executing the attached Groovy script. This will take 1-2 hours.
- Create a new user and add it to the default site as a Site Administrator
- Log in as the new user
- Navigate to Site Administration > People > Members > Add
Results
Expected Result: Users will be displayed correctly without performance issues
Actual Result: Only the newly created Site Administrator is displayed after 1-2 minutes
Additional Notes
The performance hit is due to the users being filtered. As a Site Administrator, this step is unnecessary. There is an isGroupAdmin() check to prevent this, but the SearchContext it operates on is missing a groupId attribute to indicate Site Administrator privileges.
- causes
-
LPS-106877 ClassCastException when generates URL /group/control_panel/manage?p_p_id=com_liferay_users_admin_web_portlet_UsersAdminPortlet&p_p_lifecycle=0&p_p_state=maximized&p_v_l_s_g_id=20119
- Closed
-
LPS-106882 NullPointerException is thrown when navigating to Virtual Instances
- Closed
-
LPS-106935 Unable to assign new user to site under Membership
- Closed
-
LPS-116199 Users cannot be assigned to sites when users.search.with.index=false
- Closed
- Testing discovered
-
LPS-107527 Site Admins cannot add users to site
- Closed