From 23b6170106b275560df9bf89d7dff8a849a9bf41 Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Mon, 9 Jun 2014 15:48:27 -0700 Subject: [PATCH 1/2] Set value type for Textarea to "TEXT". This should fix http://issues.umbraco.org/issue/U4-5063 --- src/Umbraco.Web/PropertyEditors/TextAreaPropertyEditor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web/PropertyEditors/TextAreaPropertyEditor.cs b/src/Umbraco.Web/PropertyEditors/TextAreaPropertyEditor.cs index e92a78dea8..45a1f24aec 100644 --- a/src/Umbraco.Web/PropertyEditors/TextAreaPropertyEditor.cs +++ b/src/Umbraco.Web/PropertyEditors/TextAreaPropertyEditor.cs @@ -3,8 +3,8 @@ using Umbraco.Core.PropertyEditors; namespace Umbraco.Web.PropertyEditors { - [PropertyEditor(Constants.PropertyEditors.TextboxMultipleAlias, "Textarea", "textarea", IsParameterEditor = true)] + [PropertyEditor(Constants.PropertyEditors.TextboxMultipleAlias, "Textarea", "textarea", IsParameterEditor = true, ValueType = "TEXT")] public class TextAreaPropertyEditor : PropertyEditor { } -} \ No newline at end of file +} From abe925b946e3513c8f5acb6fcffbadf2f66f89be Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Fri, 20 Jun 2014 15:17:09 -0700 Subject: [PATCH 2/2] Fixed typo "loaction". Replaced "icon-map-loaction" with "icon-map-location". --- src/Umbraco.Web.UI.Client/src/less/helveticons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/helveticons.less b/src/Umbraco.Web.UI.Client/src/less/helveticons.less index 326fa687f7..a3c2072d86 100644 --- a/src/Umbraco.Web.UI.Client/src/less/helveticons.less +++ b/src/Umbraco.Web.UI.Client/src/less/helveticons.less @@ -981,7 +981,7 @@ i.small{ .icon-movie:before { content: "\e135"; } -.icon-map-loaction:before { +.icon-map-location:before { content: "\e136"; } .icon-map-alt:before {