-
Notifications
You must be signed in to change notification settings - Fork 10
Problem with the export of Content List portlet #57
Copy link
Copy link
Open
Labels
Description
Steps to reproduce:
- Login as root
- Go to Edit-->Page-->Add page (page1 for example)
- Add container three tabs to this page
- Add Content List portlet to each tab
- Edit portlet of tab1 and Choose Mode By folder
- Select folder Path and add a folder which contains a document pdf for example
- Click on Save and finish.
- The page is well displayed
- Export page1 via staging extension
- Import page1
- Upon deployment, the content list shows "Sorry, no files available", even when files are present in the folder.
Actual Result: The export of this page is not process correctly .
Expected result: The page should be correctly exported.
After investigating, we note that the error message displays when the mode is MODE_AUTOMATIC and the folderPath has a semi-colon (;) at the end which is what the Staging Extension generates when exporting our page.
==> Remove the semi-colon (;)
Reactions are currently unavailable