From 5c1571d56e8a80c3f90a5c73fc8cd0bfa3955a3c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 28 Oct 2021 19:29:51 +0000 Subject: [PATCH] --- ayanova/src/api/translation.js | 3 ++- ayanova/src/components/report-selector-control.vue | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ayanova/src/api/translation.js b/ayanova/src/api/translation.js index dfa19a13..6d0df24b 100644 --- a/ayanova/src/api/translation.js +++ b/ayanova/src/api/translation.js @@ -284,7 +284,8 @@ export default { "CopyToClipboard", "AyaType", "Now", - "DateRangeToday" + "DateRangeToday", + "ReportRenderAtCapacity" ], //////////////////////////////////////////////////////// diff --git a/ayanova/src/components/report-selector-control.vue b/ayanova/src/components/report-selector-control.vue index dfae0b94..428079cf 100644 --- a/ayanova/src/components/report-selector-control.vue +++ b/ayanova/src/components/report-selector-control.vue @@ -117,9 +117,7 @@ export default { window.$gz.translation.get("AreYouSureUnsavedChanges"), `${this.$store.state.helpUrl}/ay-report-busy` ); - // this.resolve(null); - // this.isVisible = false; - // return; + // Too many report requests, please try again shortly } else { //all ok show report const reportUrl = window.$gz.api.reportDownloadUrl(res.data);