U4-7757 - Show notifications when Unpublishing is canceled

This commit is contained in:
Tom Fulton
2018-03-19 18:30:27 -06:00
parent 2aa0dfb2c5
commit d260a9dc88

View File

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