DataType refactoring preparation - Entity refactoring
This commit is contained in:
@@ -280,7 +280,7 @@ namespace Umbraco.Tests.Published
|
||||
public override IEnumerable<IPublishedProperty> Properties { get; }
|
||||
public override IPublishedProperty GetProperty(string alias)
|
||||
{
|
||||
return Properties.FirstOrDefault(x => x.PropertyTypeAlias.InvariantEquals(alias));
|
||||
return Properties.FirstOrDefault(x => x.Alias.InvariantEquals(alias));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user