Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
455bf53ba6 | ||
|
|
454aa6ccda | ||
|
|
85ffebb3fa |
@@ -39,6 +39,7 @@ class Command(BaseCommand):
|
|||||||
|
|
||||||
# convert autotask to the new format
|
# convert autotask to the new format
|
||||||
for task in AutomatedTask.objects.all():
|
for task in AutomatedTask.objects.all():
|
||||||
|
try:
|
||||||
edited = False
|
edited = False
|
||||||
|
|
||||||
# convert scheduled task_type
|
# convert scheduled task_type
|
||||||
@@ -65,3 +66,5 @@ class Command(BaseCommand):
|
|||||||
|
|
||||||
if edited:
|
if edited:
|
||||||
task.save()
|
task.save()
|
||||||
|
except:
|
||||||
|
continue
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
|
|||||||
AUTH_USER_MODEL = "accounts.User"
|
AUTH_USER_MODEL = "accounts.User"
|
||||||
|
|
||||||
# latest release
|
# latest release
|
||||||
TRMM_VERSION = "0.11.1"
|
TRMM_VERSION = "0.11.2"
|
||||||
|
|
||||||
# bump this version everytime vue code is changed
|
# bump this version everytime vue code is changed
|
||||||
# to alert user they need to manually refresh their browser
|
# to alert user they need to manually refresh their browser
|
||||||
|
|||||||
Reference in New Issue
Block a user