Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
This commit is contained in:
@@ -332,7 +332,7 @@ namespace Umbraco.Web.Models
|
||||
|
||||
var attempt = content.GetType().GetMemberIgnoreCase(content, alias);
|
||||
|
||||
return !attempt.Success
|
||||
return attempt.Success == false || attempt.Result == null
|
||||
? null
|
||||
: new PropertyResult(alias, attempt.Result, PropertyResultType.ReflectedProperty);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user