Skip to content

Commit

Permalink
Fixed ProductModel automapper setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehalzombi committed Nov 19, 2018
1 parent 63dedb9 commit f2b1e16
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -419,6 +419,7 @@ protected virtual void CreateCatalogMaps()
.ForMember(model => model.CopyProductModel, options => options.Ignore())
.ForMember(model => model.CreatedOn, options => options.Ignore())
.ForMember(model => model.CrossSellProductSearchModel, options => options.Ignore())
.ForMember(model => model.HasAvailableSpecificationAttributes, options => options.Ignore())
.ForMember(model => model.IsLoggedInAsVendor, options => options.Ignore())
.ForMember(model => model.LastStockQuantity, options => options.Ignore())
.ForMember(model => model.PictureThumbnailUrl, options => options.Ignore())
Expand Down

0 comments on commit f2b1e16

Please sign in to comment.