Comment outnContentPostValidate as its currently broken

This commit is contained in:
perploug
2013-09-05 11:13:55 +02:00
parent cb06b97d69
commit d2df96e2e0

View File

@@ -163,7 +163,7 @@ namespace Umbraco.Web.Editors
/// </summary>
/// <returns></returns>
[FileUploadCleanupFilter]
[ContentPostValidate]
/*[ContentPostValidate]*/
public ContentItemDisplay PostSave(
[ModelBinder(typeof(ContentItemBinder))]
ContentItemSave<IContent> contentItem)