From: Roland Häder Date: Mon, 18 May 2020 21:27:22 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0a856772efbb7bf2b53e08ba5084295417e63d96;p=jproduct-core.git Continued: - forgot to copy parent category from source to target Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jproduct/model/category/Categories.java b/src/org/mxchange/jproduct/model/category/Categories.java index d58472f..4548c9e 100644 --- a/src/org/mxchange/jproduct/model/category/Categories.java +++ b/src/org/mxchange/jproduct/model/category/Categories.java @@ -80,6 +80,7 @@ public class Categories implements Serializable { targetCategory.setCategoryI18nKey(sourceCategory.getCategoryI18nKey()); targetCategory.setCategoryId(sourceCategory.getCategoryId()); targetCategory.setCategoryShownInStatistics(sourceCategory.getCategoryShownInStatistics()); + targetCategory.setParentCategory(sourceCategory.getParentCategory()); } /**