|
|
@@ -596,6 +596,9 @@ public class AssetService {
|
|
|
.prefixName(asset.getPrefixName())
|
|
|
.companyId(asset.getCompanyId())
|
|
|
.build();
|
|
|
+ if (asset.getType().equals(CollectionType.DOMAIN)) {
|
|
|
+ collection.setType(CollectionType.DOMAIN);
|
|
|
+ }
|
|
|
if (asset.getTags() != null) {
|
|
|
collection.getTags().addAll(asset.getTags());
|
|
|
}
|