Skip to content

Commit

Permalink
Fixing the problem on "marge branch 'issue-2314-Product_import-Catego…
Browse files Browse the repository at this point in the history
…ries-by-name' into develop"
  • Loading branch information
skoshelev committed Sep 28, 2017
1 parent 10e48dc commit b031221
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -861,7 +861,7 @@ public AdminMapperConfiguration()
.ForMember(dest => dest.ShowProductReviewsOnAccountPage_OverrideForStore, mo => mo.Ignore())
.ForMember(dest => dest.ProductReviewsPageSizeOnAccountPage_OverrideForStore, mo => mo.Ignore())
.ForMember(dest => dest.ExportImportProductAttributes_OverrideForStore, mo => mo.Ignore())
.ForMember(dest => dest.ExportImportProductSpecificationAttributes_OverrideForStore, mo => mo.Ignore());
.ForMember(dest => dest.ExportImportProductSpecificationAttributes_OverrideForStore, mo => mo.Ignore())
.ForMember(dest => dest.ExportImportProductCategoryBreadcrumb_OverrideForStore, mo => mo.Ignore());
CreateMap<CatalogSettingsModel, CatalogSettings>()
.ForMember(dest => dest.PublishBackProductWhenCancellingOrders, mo => mo.Ignore())
Expand Down

0 comments on commit b031221

Please sign in to comment.