Skip to content

Commit 68be51b

Browse files
fix: Prevent clearing the category links list while merging
1 parent 6061176 commit 68be51b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VirtoCommerce.CatalogCsvImportModule.Core/Model/CsvProduct.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ public virtual void MergeFrom(CatalogProduct product)
433433
Height ??= product.Height;
434434
Length ??= product.Length;
435435
Width ??= product.Width;
436+
Links ??= product.Links;
436437

437438
MaxQuantity ??= product.MaxQuantity;
438439
MinQuantity ??= product.MinQuantity;

0 commit comments

Comments
 (0)