Mike Edwards

Results 74 comments of Mike Edwards
trafficstars

In the code above the property child property is defined as: public virtual IEnumerable Elements { get; set; } Should this be public virtual IEnumerable Elements { get; set; }

Thanks for the updated. Are you able to ask Sitecore support, if this is a known issue?

Glass already maps the description field to the Text property of the Glass.Mapper.Sc.Fields.Link class. Are you look for an alias to the text field?

100% support for this. Without this, it makes it hard work to handle complex control trees

Your properties are missing the Virtual keyword, can you add this and see if works.

You need to make sure you model also contains properties for Langauge and Version ``` public virtual Language Language{get;set;} public virtual int Version{get;set;} ```

I am wondering if it is related to this https://github.com/mikeedwards83/Glass.Mapper/issues/442