umco / umbraco-ditto

Ditto - the friendly view-model mapper for Umbraco
http://our.umbraco.org/projects/developer-tools/ditto
MIT License
79 stars 33 forks source link

Make property lookups case insensitive #103

Closed mattbrailsford closed 9 years ago

mattbrailsford commented 9 years ago

When using UmbracoPropertyAttribute with a property name of a property they physically exists on the doc type model this is currently case sensitive so "name" won't resolve, where as "Name" will. We should make this resolution case insensitive.

leekelleher commented 9 years ago

Closing issue, PR #104 opened.