This commit is contained in:
@@ -297,9 +297,9 @@ TESTING INFO:
|
|||||||
|
|
||||||
|
|
||||||
- 1 todo: cancellable reporting?? Jobify it just like any other long running job, it's necessary unfortunately and then put a cancel button
|
- 1 todo: cancellable reporting?? Jobify it just like any other long running job, it's necessary unfortunately and then put a cancel button
|
||||||
- report designer print needs to be fixed to use new system
|
|
||||||
- MUST: Must test a timeout to ensure the error displays correctly in the report-control because only developed against manual cancel so far with new system
|
- MUST: Must test a timeout to ensure the error displays correctly in the report-control because only developed against manual cancel so far with new system
|
||||||
set to 1m timeout and then run a ginormous report or temp set server to always timeout is probably better for testing purposes
|
set to 1m timeout and then run a ginormous report or temp set server to always timeout is probably better for testing purposes
|
||||||
|
- report designer print needs to be fixed to use new system
|
||||||
- direct print report from url must be tested and fixed up
|
- direct print report from url must be tested and fixed up
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
<!-- ################################################################################-->
|
<!-- ################################################################################-->
|
||||||
<template>
|
<template>
|
||||||
<v-row justify="center">
|
<v-row justify="center">
|
||||||
<v-dialog persistent max-width="350px" v-model="jobActive">
|
<v-dialog persistent max-width="360px" v-model="jobActive">
|
||||||
<v-card>
|
<v-card>
|
||||||
<v-card-title>{{ $ay.t("RenderingReport") }}</v-card-title>
|
<v-card-title>{{ $ay.t("RenderingReport") }}</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
|
|||||||
Reference in New Issue
Block a user