mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 09:52:04 +00:00
Improved commenting
This commit is contained in:
parent
8e85675732
commit
3443780ac7
@ -119,8 +119,9 @@ define(
|
|||||||
self.notification.dismiss(); // Clear the progress notification
|
self.notification.dismiss(); // Clear the progress notification
|
||||||
}
|
}
|
||||||
self.$log.error("Error copying objects. ", errorDetails);
|
self.$log.error("Error copying objects. ", errorDetails);
|
||||||
//Show more general error message
|
//Show a minimized notification of error for posterity
|
||||||
self.notificationService.notify(errorMessage);
|
self.notificationService.notify(errorMessage);
|
||||||
|
//Display a blocking message
|
||||||
self.dialogService.showBlockingMessage(errorMessage);
|
self.dialogService.showBlockingMessage(errorMessage);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user