-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.10.3 SP3, 7.1.X, 7.2.10 DXP FP3, 7.2.X, Master
-
Fix Version/s: 7.1.10 DXP FP18, 7.1.10.5 SP5, 7.1.X, 7.2.10 DXP FP6, 7.2.X, 7.3.3 CE GA4, 7.3.10 DXP GA1, Master
-
Component/s: Portal Configuration, Portal Configuration > System Settings
-
Branch Version/s:7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to Reproduce
- Startup Liferay
- Navigate to Control Panel > Configuration > System Settings > Comments
- Notice the value for: Email from Name
${server-property://com.liferay.portal/admin.email.from.name}
- Click Save
- Click the Triple Dot menu on the top-right
- Click Export
- Notice the value for: Email from Name
- Copy the exported config file: com.liferay.comment.configuration.CommentGroupServiceConfiguration.config to ${LIFERAY_HOME}/osgi/configs
- Wait ~10 seconds for Liferay to import the config file
- Navigate to Control Panel > Configuration > System Settings > Comments
- Notice the value for: Email from Name
Expected Behavior:
Value for Email from Name is
${server-property://com.liferay.portal/admin.email.from.name}
Actual Behavior:
Value for Email from Name is blank
Alternative Steps to Reproduce
1. Add the following line to your portal-ext.properties:
discussion.email.body=${resource:email_templates/comment/discussion_email_body.tmpl}
2. Place attached discussion_email_body.ympl in LIFERAY_HOME/TOMCAT_FOLDER/webapps/ROOT/WEB-INF/classes/email_templates/comment/ (folder must be created)
3. Start bundle and go to Control Panel -> Configuration -> System settings -> Social -> Comments
4. Change the value of property "Email Discussion Comment Added Body" to "${server-property://com.liferay.portal/discussion.email.body}" and save.
5. Export this config and place the resulting config file into LIFERAY_HOME/osgi/configs folder.
6. Restart the server and go to the same system configuration again.
Expected behavior: Value of the property "Email Discussion Comment Added Body" is "${server-property://com.liferay.portal/discussion.email.body}".
Experience behavior: Value of property is blank. (Actually all fields are blank)
- relates
-
LPS-115299 Missing properties when updating
- Closed