Fixes merge

This commit is contained in:
Shannon
2014-07-24 14:50:06 -07:00
parent 7d7fa0e389
commit d07ba12e73

View File

@@ -18,7 +18,7 @@ namespace Umbraco.Web.PropertyEditors.ValueConverters
{
public override bool IsConverter(PublishedPropertyType propertyType)
{
return Guid.Parse(Constants.PropertyEditors.MacroContainer).Equals(propertyType.PropertyEditorGuid);
return propertyType.PropertyEditorAlias == Constants.PropertyEditors.MacroContainerAlias;
}
// NOT thread-safe over a request because it modifies the