Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.2.X, Master
-
7.2.x
-
Committed
-
3
-
Regression Bug
Description
Steps to Reproduce:
- Start 7.1.10 GA1.
- Go to System Settings > Web Content.
- In Administration, do some changes, save.
- Upgrade to master head.
- Start master.
- Go to System Settings and check the configurations.
Expected Results:
Configurations should be saved and same as before upgrade.
Actual Results:
Configurations display as the default, changes are not saved.
On 7.1.10 GA1, changes are saved in database table "Configuration_" with "configurationId":
com.liferay.journal.web.configuration.JournalWebConfiguration
On master, after I manually saved the configurations after upgrade and check the table, there are two more records with "configurationId":
com.liferay.journal.web.internal.configuration.JournalWebConfiguration
Reproduced on:
Upgrade From: 7.1.10 GA1.
Tomcat 9.0.17 + MySQL 5.7. Portal master GIT ID: 1c62e19b4ba305cc9b80bb11b7a8d0577690730e.
Tomcat 9.0.17 + MySQL 5.7. Portal 7.2.x-private GIT ID: cef3836ff77df4040f9eb64da351dbc9a7a051b5.
Attachments
Issue Links
- is caused by
-
LPS-94301 Class in modules that are not exported should be in internal package
-
- Closed
-