From 7f48711bcfffda6805e62a0822852222bc672ce8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 7 Nov 2023 18:05:35 +0000 Subject: [PATCH] case 4555 --- ayanova/src/components/report-control.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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); } },