Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.1
-
Fix Version/s: 5.1.2
-
Component/s: None
-
Labels:None
-
Environment:Tomcat 5.5.26, WinXP, Firefox 3.0.1
-
Similar Issues:
Description
Steps to reproduce:
1. Log into portal with admin.
2. Add enterprise admin portlet to a page.
3. Click the 'users' tab.
4. Make sure no users are selected.
5. Click 'Deactivate'
6. Should cause an error because no users have been selected to be deactivated, but currently does not.

/portal-web/docroot/html/portlet/enterprise_admin/view.jsp
line:81
+ var userIds = Liferay.Util.listCheckedExcept(document.<portlet:namespace />fm, "<portlet:namespace />allRowIds");
+ if (!userIds)
{ + return; + }