From d260a9dc888371b8cf43b050b64ebf53f80da3d4 Mon Sep 17 00:00:00 2001 From: Tom Fulton Date: Mon, 19 Mar 2018 18:30:27 -0600 Subject: [PATCH] U4-7757 - Show notifications when Unpublishing is canceled --- .../src/common/directives/components/content/edit.controller.js | 1 + 1 file changed, 1 insertion(+) 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 1ecb2d7403..a3e97a3805 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 @@ -216,6 +216,7 @@ $scope.page.buttonGroupState = "success"; }, function(err) { + formHelper.showNotifications(err.data); $scope.page.buttonGroupState = 'error'; }); }