Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.1.X, 7.2.X, Master
-
7.1.x
-
Committed
-
0.25
-
4
-
U&SM | S02 Sprint 18
Description
Steps to reproduce
- Go to Control Panel => Configuration => System Settings => Forms => Form Navigator
- Enter a Form entry:
- Form Navigator ID: journal.form
- Form Navigator Entry Keys: content,metadata,schedule,related-assets
- Export Entries from kebab menu
- Check generated file
- Expected content:
formNavigatorEntryKeys=[ \ "content,metadata,schedule,related-assets", \ ] formNavigatorId="journal.form"
- Wrong content:
formNavigatorEntryKeys="content,metadata,schedule,related-assets" formNavigatorId="journal.form"
- Expected content:
Note: If you try importing config file in other Liferay instance, the file with wrong format won't work fine.
You can check it if you import the configuration in a empty Liferay and after that, you go to a site => Content => Web Content.
With the wrong config file, only last configured section will be displayed in user interface