I think there might be an issue with the following example. So I've got a custom mapping setup and the PropertyMapping attribute on my viewmodel which points to a different source property. However when it reaches the mapping method isRecursive is always false, if I switch my properties to match up it works... Having a (very) quick scan of the codebase does the recursive property lookup take in to account the adjusted property name?
Property Mapping issue
Hi,
I think there might be an issue with the following example. So I've got a custom mapping setup and the PropertyMapping attribute on my viewmodel which points to a different source property. However when it reaches the mapping method isRecursive is always false, if I switch my properties to match up it works... Having a (very) quick scan of the codebase does the recursive property lookup take in to account the adjusted property name?
Nice one, Aaron.
* Loving UmbracoMapper btw! :)
Hi Aaron
Thanks for this, good spot - you're right there was an error there. I've fixed with this commit.
Also updated on NuGet and our.umbraco.org if you want to pull in the latest version.
Cheers
Andy
Awesome, thanks for the quick update!
is working on a reply...