-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TNO-2598 Update Reports #1766
TNO-2598 Update Reports #1766
Conversation
@@ -150,7 +150,7 @@ export const ReportEditPage = () => { | |||
// Report has been updated, go fetch latest. | |||
// TODO: This can blow away a users' changes. | |||
try { | |||
if (message.id === report.id) { | |||
if (message.reportId === report.id) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed bug
@@ -0,0 +1,123 @@ | |||
--- | |||
apiVersion: v1 | |||
kind: ServiceAccount |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed DevOps issue in DEV
Publish tno-core:0.1.56
label="Empty report when starting next report" | ||
checked={!values.settings.content.copyPriorInstance} | ||
tooltip="If this is off an auto report will not generate a new report if an active one already exists." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"off" is a funny word here for me. I think "not set" might be better? Also, add a comma for after "off" ;)
@@ -92,11 +92,37 @@ export const ReportEditSendForm = ({ onPublish, onGenerate }: IReportEditSendFor | |||
<p> | |||
An Auto Report is created for you on a schedule, but sent manually. If the report is | |||
not sent before the next scheduled run, it will <strong>not</strong> generate a new | |||
report. | |||
report unless you select 'Empty report when staring next report'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo "staring" should be "starting"
|
||
<Col className="info"> | ||
<p> | ||
A schedule that has already populated a report in a given day, will not attempt to do so |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no comma needed here after "day"
Improved the workflow and UI to inform a user what will occur if they keep an active report instance and turn on the auto report functionality. Also provided a way to control how it will work.
Summary
Subscriber Edit Report