Details
-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 M3
-
Component/s: Staging, Staging > Resource Importer
-
Labels:None
-
Branch Version/s:6.2.x, 6.1.x
-
Backported to Branch:Committed
-
Story Points:1.75
-
Git Pull Request:
Description
The import settings in the resource importer (see LARImporter.getParameterMap) is not consistent. All parameters are set to Boolean.TRUE.toString(), when some of them do not expect TRUE or FALSE, but other values.
For instance, parameter PortletDataHandlerKeys.LAYOUTS_IMPORT_MODE should be set to one of the following:
- PortletDataHandlerKeys.LAYOUTS_IMPORT_MODE_ADD_AS_NEW
- PortletDataHandlerKeys.LAYOUTS_IMPORT_MODE_CREATED_FROM_PROTOTYPE
- PortletDataHandlerKeys.LAYOUTS_IMPORT_MODE_MERGE_BY_LAYOUT_NAME
- PortletDataHandlerKeys.LAYOUTS_IMPORT_MODE_MERGE_BY_LAYOUT_UUID
or simply not defined for default behavior.