diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
index 02148806ca..5f61325876 100644
--- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
+++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
@@ -626,9 +626,9 @@
404handlers.config
-
+
Designer
-
+
ClientDependency.config
Designer
@@ -639,7 +639,7 @@
BaseRestExtensions.config
-
+
log4net.config
diff --git a/src/Umbraco.Web.UI/umbraco/config/create/UI.Release.xml b/src/Umbraco.Web.UI/umbraco/config/create/UI.Release.xml
index 3d7bca0afd..742b1f36c4 100644
--- a/src/Umbraco.Web.UI/umbraco/config/create/UI.Release.xml
+++ b/src/Umbraco.Web.UI/umbraco/config/create/UI.Release.xml
@@ -130,7 +130,7 @@
-
+
/create/member.ascx
@@ -236,36 +236,34 @@
-
-
- /create/DLRScripting.ascx
-
-
-
-
-
-
- /create/DLRScripting.ascx
-
-
-
-
-
-
-
- /create/DLRScripting.ascx
-
-
-
-
-
-
-
- /create/DLRScripting.ascx
-
-
-
-
+
+
+ /create/DLRScripting.ascx
+
+
+
+
+
+
+ /create/DLRScripting.ascx
+
+
+
+
+
+
+ /create/DLRScripting.ascx
+
+
+
+
+
+
+ /create/DLRScripting.ascx
+
+
+
+
/create/script.ascx
@@ -324,22 +322,20 @@
-
-
-
- /create/simple.ascx
-
-
-
-
-
-
-
- /Create/PartialViewMacro.ascx
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+ /Create/PartialView.ascx
+
+
+
+
+
+
+
+ /Create/PartialViewMacro.ascx
+
+
+
+
+
+
diff --git a/src/Umbraco.Web.UI/umbraco/config/create/UI.xml b/src/Umbraco.Web.UI/umbraco/config/create/UI.xml
index e96b9928d2..d1934d069b 100644
--- a/src/Umbraco.Web.UI/umbraco/config/create/UI.xml
+++ b/src/Umbraco.Web.UI/umbraco/config/create/UI.xml
@@ -338,28 +338,4 @@
-
-
- /plugins/umbracocontour/createform.ascx
-
-
-
-
-
-
-
- /create/simple.ascx
-
-
-
-
-
-
-
- /create/simple.ascx
-
-
-
-
-
diff --git a/src/Umbraco.Web/Editors/EntityController.cs b/src/Umbraco.Web/Editors/EntityController.cs
index 64f79b5355..8c4cc2cdcb 100644
--- a/src/Umbraco.Web/Editors/EntityController.cs
+++ b/src/Umbraco.Web/Editors/EntityController.cs
@@ -96,7 +96,7 @@ namespace Umbraco.Web.Editors
case UmbracoEntityTypes.Member:
searcher = Constants.Examine.InternalMemberSearcher;
type = "member";
- fields = new[] { "id", "email", "login","name", "nodename"};
+ fields = new[] { "id", "email", "loginName","nodeName"};
break;
case UmbracoEntityTypes.Media:
type = "media";