-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.30 EE GA3, 6.2.0 CE M3
-
Component/s: Legacy, Legacy > Control Panel menu
-
Environment:Liferay 6.2 (master)
Mysql 5.5
Tomcat 7.0.27
Linux
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Caused by:Other (provide details)
-
Git Pull Request:
Steps to reproduce
------------------
Go to control panel -> Server Administration -> Mail
Edit advances preferences textarea
Save
Result: the advanced preferences are not displayed (however, the preferences are stored in the database)
Cause:
<aui:input cssClass="lfr-textarea-container" label="manually-specify-additional-javamail-properties-to-override-the-above-configuration" name='<%= "advancedProperties" + PrefsPropsUtil.getString(PropsKeys.MAIL_SESSION_MAIL_ADVANCED_PROPERTIES, StringPool.BLANK) %>' type="textarea" />
This input doesn't have defined the value field, and its name is wrong