From 3443780ac7112914619caf4b788b06e7059dbf81 Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Wed, 4 Nov 2015 22:09:28 -0800 Subject: [PATCH] Improved commenting --- platform/entanglement/src/actions/CopyAction.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/entanglement/src/actions/CopyAction.js b/platform/entanglement/src/actions/CopyAction.js index fd9569b1ed..ae18f2e418 100644 --- a/platform/entanglement/src/actions/CopyAction.js +++ b/platform/entanglement/src/actions/CopyAction.js @@ -119,8 +119,9 @@ define( self.notification.dismiss(); // Clear the progress notification } self.$log.error("Error copying objects. ", errorDetails); - //Show more general error message + //Show a minimized notification of error for posterity self.notificationService.notify(errorMessage); + //Display a blocking message self.dialogService.showBlockingMessage(errorMessage); },