Started converting content model mapping over to use AutoMapper to fix the composite tabs/properties. New unit tests for the mapping as well.
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Umbraco.Core
|
||||
{
|
||||
foreach (var m in ApplicationEventsResolver.Current.ApplicationEventHandlers.OfType<IMapperConfiguration>())
|
||||
{
|
||||
m.ConfigureMappings(configuration);
|
||||
m.ConfigureMappings(configuration, ApplicationContext);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user