Enable scheduling_enabled parameter for reports

This commit is contained in:
jeremystretch
2023-04-17 13:12:14 -04:00
committed by Jeremy Stretch
parent 197c6a1cbf
commit b167153186
8 changed files with 43 additions and 18 deletions
+1
View File
@@ -83,6 +83,7 @@ class Report(object):
}
"""
description = None
scheduling_enabled = True
job_timeout = None
def __init__(self):