Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.0 DXP FP2, Master
-
7.0.x
-
Committed
-
4
Description
Steps to reproduce:
- Navigate to Configuration > System Settings
- Click on any module with a multi-value setting in its configuration
- Examples: Web Content, Web Content Administration, Documents & Media Service, Elasticsearch
- Save the default settings
- Export configuration for module
Result: Multi-value settings are in separate lines in the *.cfg file. Only the first value (the value in the same line as the key) is read.
## ## To apply the configuration, place this file in the Liferay installation's osgi/modules folder. Make sure it is named com.liferay.journal.configuration.JournalServiceConfiguration.cfg. ## versionHistoryByDefaultEnabled=true articleCommentsEnabled=true databaseContentKeywordSearchEnabled=true charactersblacklist=& ' @ \ ] } : = > / < [ {
Proposed solution: Exporting all System Config entries as *.config instead of *.cfg
Reproduced on:
Tomcat 8.0.32 + MySQL 5.6.26
Portal Master Git Hash: 2df8f5347f564c613c387eb3648dee87ddc5e295
Portal ee-7.0.x Git Hash: 1b9159ef62a47ba06612dd531f0449f502aac877
DXP GA 1 + FP2
Attachments
Issue Links
- Discovered while testing
-
LPS-61709 As a System Administrator, I can export the configuration entered through System Settings
-
- Closed
-
- duplicates
-
LPS-68333 System Settings is not encoding multi-valued properties properly when exporting a configuration
- Closed
- relates
-
LRDOCS-2865 Update System Settings doc (.config files)
-
- Closed
-