Skip to content

Commit

Permalink
Fix - Impossible to save course if we have multi language configurati…
Browse files Browse the repository at this point in the history
…on #786
  • Loading branch information
KrzysztofPajak committed Apr 1, 2020
1 parent bf37aa7 commit 37bbe01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public CourseProfile()
.ForMember(dest => dest.AvailableCustomerRoles, mo => mo.Ignore())
.ForMember(dest => dest.SelectedCustomerRoleIds, mo => mo.Ignore())
.ForMember(dest => dest.AvailableLevels, mo => mo.Ignore())
.ForMember(dest => dest.Locales, mo => mo.Ignore())
.ForMember(dest => dest.ProductName, mo => mo.Ignore());

CreateMap<CourseModel, Course>()
Expand Down

0 comments on commit 37bbe01

Please sign in to comment.