-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.0.0 DXP FP93, 7.0.10.14 DXP SP14, 7.0.X, 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: Staging > Export/Import
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
Steps to Reproduce:
- Create a site named Site1.
- Create a page named Page1.
- Add to the previous page a Web Content Display.
- Go to the Web Content Display configuration and Click scope.
- In the scope combo select Page 1 (Create New) and click Save.
- From Site Administration > Content & Data change Default Scope to Page1.
- In Documents and Media upload a new document and publish it.
- Go back to Site1 and add a new Asset Publisher in Page1.
- Configure the Asset Publisher adding as scope Page1 and click Save.
- Export Site1.
Expected Results:
No exception should appear on the logs.
Actual Results:
An exception like the following one appears:
2020-05-15 07:09:52.914 ERROR [liferay/background_task-1][BackgroundTaskMessageListener:177] Unable to execute background task com.liferay.exportimport.kernel.lar.PortletDataException: Unable to update portlet preferences during export at com.liferay.asset.publisher.web.internal.exportimport.portlet.preferences.processor.AssetPublisherExportImportPortletPreferencesProcessor.processExportPortletPreferences(AssetPublisherExportImportPortletPreferencesProcessor.java:159) at com.liferay.exportimport.internal.controller.PortletExportControllerImpl.exportPortletPreference(PortletExportControllerImpl.java:1057) at com.liferay.exportimport.internal.controller.PortletExportControllerImpl.exportPortletPreferences(PortletExportControllerImpl.java:1149) at com.liferay.exportimport.internal.controller.PortletExportControllerImpl.exportPortlet(PortletExportControllerImpl.java:524) at com.liferay.layout.admin.web.internal.exportimport.data.handler.LayoutStagedModelDataHandler.exportLayoutPortlets(LayoutStagedModelDataHandler.java:925) at com.liferay.layout.admin.web.internal.exportimport.data.handler.LayoutStagedModelDataHandler.doExportStagedModel(LayoutStagedModelDataHandler.java:380) at com.liferay.layout.admin.web.internal.exportimport.data.handler.LayoutStagedModelDataHandler.doExportStagedModel(LayoutStagedModelDataHandler.java:133)
- is fixed by
-
LPS-115235 Missing reference error when importing a vanilla page template portlet
- Closed