diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js index 1e455aea5f4e..8a8ae0a36b5d 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js @@ -757,8 +757,8 @@ formHelper.showNotifications(err.data); clearNotifications($scope.content); - handleHttpException(err); - deferred.reject(err); + handleHttpException(err); + deferred.reject(err); }); }, close: function () { @@ -787,6 +787,7 @@ }, function (err) { $scope.page.buttonGroupState = "error"; handleHttpException(err); + $scope.$broadcast("formSubmittedValidationFailed") deferred.reject(err); }); }