-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: 6.0.6 GA, 6.1.0 CE RC1
-
Fix Version/s: None
-
Labels:None
-
Environment:Glassfish 2.1.1
FF 3.6
IE 8
Javascript error causes Minifier error and then breaks the user administration (edit user).
Inside enterprise admin, edit user, there is a javascript function:
Liferay.Form.register(
{
id: '_125_fm'
Inside here there is an attribute that seems to be wrong:
, fieldRules: [
.
.
{
body: ,
errorMessage: '',
fieldName: '_125_password2',
isCustom: false,
validatorName: 'equalTo'
}
As you can see, "body" is empty, and seems that must be with empty string '' instead. All the others are like these except this one.
Please check it whenever you can.
Thanks!
- duplicates
-
LPS-13448 Minifier error breaks enterprise admin for users
- Closed