This commit is contained in:
@@ -114,10 +114,9 @@ export default {
|
||||
if (res.data && res.data.busy) {
|
||||
window.$gz.eventBus.$emit(
|
||||
"notify-warning",
|
||||
window.$gz.translation.get("AreYouSureUnsavedChanges"),
|
||||
window.$gz.translation.get("ReportRenderAtCapacity"),
|
||||
`${this.$store.state.helpUrl}/ay-report-busy`
|
||||
);
|
||||
// Too many report requests, please try again shortly
|
||||
} else {
|
||||
//all ok show report
|
||||
const reportUrl = window.$gz.api.reportDownloadUrl(res.data);
|
||||
|
||||
Reference in New Issue
Block a user