diff --git a/ayanova/src/components/report-control.vue b/ayanova/src/components/report-control.vue index 59d470db..74363a76 100644 --- a/ayanova/src/components/report-control.vue +++ b/ayanova/src/components/report-control.vue @@ -258,7 +258,14 @@ export default { } } catch (error) { this.jobActive = false; - + //case 4555 + await window.$gz.dialog.displayNoTranslationModalNotificationMessage( + await window.$gz.translation.translateStringWithMultipleKeysAsync( + window.$gz.errorHandler.errorToString(error, this) + ), + null, + "error" + ); this.reject(error); } },