|
|
@@ -817,6 +817,10 @@ public class AssetService {
|
|
|
newAsset.setOasisId(asset.getOasisId());
|
|
|
newAsset.setFromAssetId(asset.getId());
|
|
|
newAsset.setType(CollectionType.DEFAULT);
|
|
|
+ newAsset.setOpenHyperLink(false);
|
|
|
+ newAsset.setHyperLinkType(null);
|
|
|
+ newAsset.setAddress(null);
|
|
|
+ newAsset.setCurrentOwnerId(null);
|
|
|
if (asset.getType() == CollectionType.DOMAIN) {
|
|
|
newAsset.setType(CollectionType.DOMAIN);
|
|
|
}
|