Merge pull request #2522 from tomfulton/u4-7757-client2

U4-7757 - Show notifications when Unpublishing event is canceled
This commit is contained in:
Sebastiaan Janssen
2018-04-13 11:53:51 +02:00
committed by GitHub

View File

@@ -216,6 +216,7 @@
$scope.page.buttonGroupState = "success";
}, function(err) {
formHelper.showNotifications(err.data);
$scope.page.buttonGroupState = 'error';
});
}