From 9c10145869abf35fbd2a81a79d39618174e630b0 Mon Sep 17 00:00:00 2001 From: Alain-es Date: Wed, 10 Dec 2014 15:18:41 +0000 Subject: [PATCH 1/3] Fix for U4-5852 --- src/Umbraco.Web.UI.Client/src/views/common/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html b/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html index 0ee402a63f..80d338cc6e 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html @@ -1,4 +1,4 @@ -
+
From 8bfcd4ce3f77860d4d9f4c853c4037caab5f7a96 Mon Sep 17 00:00:00 2001 From: Alain-es Date: Thu, 11 Dec 2014 11:41:17 +0000 Subject: [PATCH 2/3] using noDirtyCheck directive instead of removing valFormManager directive --- src/Umbraco.Web.UI.Client/src/views/common/dashboard.html | 2 +- .../propertyeditors/changepassword/changepassword.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html b/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html index 80d338cc6e..0ee402a63f 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html @@ -1,4 +1,4 @@ - +
diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html index c8f9c1dcb3..1916a7abb1 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html @@ -14,7 +14,7 @@ + val-server="resetPassword" no-Dirty-Check/> @@ -23,7 +23,7 @@ + val-server="oldPassword" no-Dirty-Check/> Required @@ -33,7 +33,7 @@ class="input-large umb-textstring textstring" ng-required="!$parent.model.value.reset" val-server="value" - ng-minlength="{{$parent.model.config.minPasswordLength}}" /> + ng-minlength="{{$parent.model.config.minPasswordLength}}" no-Dirty-Check/> Required Minimum {{$parent.model.config.minPasswordLength}} characters @@ -42,7 +42,7 @@ + val-compare="password" no-Dirty-Check/> Passwords must match From 55dbc82d75defda90a57f21fa75711ac3938f0dc Mon Sep 17 00:00:00 2001 From: Alain Date: Mon, 15 Dec 2014 09:11:21 +0000 Subject: [PATCH 3/3] no-dirty-check all lower case --- .../propertyeditors/changepassword/changepassword.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html index 1916a7abb1..c224d04fae 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html @@ -14,7 +14,7 @@ + val-server="resetPassword" no-dirty-check/> @@ -23,7 +23,7 @@ + val-server="oldPassword" no-dirty-check/> Required @@ -33,7 +33,7 @@ class="input-large umb-textstring textstring" ng-required="!$parent.model.value.reset" val-server="value" - ng-minlength="{{$parent.model.config.minPasswordLength}}" no-Dirty-Check/> + ng-minlength="{{$parent.model.config.minPasswordLength}}" no-dirty-check/> Required Minimum {{$parent.model.config.minPasswordLength}} characters @@ -42,7 +42,7 @@ + val-compare="password" no-dirty-check/> Passwords must match