From a233c30f072351fab6be9b64f7488aee3477ca3d Mon Sep 17 00:00:00 2001 From: Tim Geyssens Date: Thu, 19 Sep 2013 12:23:01 +0200 Subject: [PATCH] List view editor, make create link to correct place --- .../src/views/propertyeditors/listview/listview.html | 8 ++++---- src/Umbraco.Web/Editors/ContentController.cs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html index 75359ee3c6..50ec7f30fa 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html @@ -8,10 +8,10 @@ diff --git a/src/Umbraco.Web/Editors/ContentController.cs b/src/Umbraco.Web/Editors/ContentController.cs index 8291c5cc2d..3b0b4118ec 100644 --- a/src/Umbraco.Web/Editors/ContentController.cs +++ b/src/Umbraco.Web/Editors/ContentController.cs @@ -166,7 +166,7 @@ namespace Umbraco.Web.Editors /// /// [FileUploadCleanupFilter] - [ContentPostValidate] + //[ContentPostValidate] public ContentItemDisplay PostSave( [ModelBinder(typeof(ContentItemBinder))] ContentItemSave contentItem)