Mike Edwards
Mike Edwards
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?
Bump on this request
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.
hi We have identified the issue and we are working on a fix.
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
Can you show use the content of the pipleine?