Hotfix Prep (#2484)
This commit is contained in:
parent
8c16b87ff0
commit
bd4cbeb393
22 changed files with 114 additions and 87 deletions
|
@ -240,9 +240,10 @@ public class AutoMapperProfiles : Profile
|
|||
|
||||
CreateMap<AppUserSmartFilter, SmartFilterDto>();
|
||||
CreateMap<AppUserDashboardStream, DashboardStreamDto>();
|
||||
// CreateMap<AppUserDashboardStream, DashboardStreamDto>()
|
||||
// .ForMember(dest => dest.SmartFilterEncoded,
|
||||
// opt => opt.MapFrom(src => src.SmartFilter));
|
||||
|
||||
// This is for cloning to ensure the records don't get overwritten when setting from SeedData
|
||||
CreateMap<AppUserDashboardStream, AppUserDashboardStream>();
|
||||
CreateMap<AppUserSideNavStream, AppUserSideNavStream>();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue