Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.0 DXP FP10, Master
-
7.0.x
-
Committed
-
1.25
-
3
Description
Importing a global scope DDMStructure can lead to an incorrectly mapped sourceCompanyGroupId which leads to a NPE during the import (See stack.txt).
Data exported (See attached lar file):
DDLRecord using a default Global scope DDMStructure (Inventory). The exported lar file will contain the exported DDMStructure in the global scope (id 20152).
On import:
The DDMStructure will be imported as a new structure in the imported site scope, not global. This causes the PortletDataContextImpl to incorrectly map the sourceCompanyGroupId to the target import site, which causes future resolution of the sourceCompanyGroupId to resolve to the target site instead of the global site.