This commit is contained in:
@@ -113,11 +113,12 @@ export default {
|
||||
} else {
|
||||
//special handling for timeout response at the server
|
||||
if (res.data && res.data.timeout) {
|
||||
window.$gz.eventBus.$emit(
|
||||
"notify-warning",
|
||||
await window.$gz.dialog.displayNoTranslationModalNotificationMessage(
|
||||
window.$gz.translation
|
||||
.get("ReportRenderTimeOut")
|
||||
.replace("{0}", res.data.timeoutconfigminutes),
|
||||
null,
|
||||
"error",
|
||||
`${this.$store.state.helpUrl}/ay-report-timeout`
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user