Private
Public Access
1
0

Merge branch 'hotfix/v5.53'

This commit is contained in:
Sander Roosendaal
2018-01-12 19:53:55 +01:00
+1 -1
View File
@@ -4356,7 +4356,7 @@ def oterankings_view(request,theuser=0,
remove_asynctask(request,task['id'])
elif 'fail' in task['status'].lower():
runningjob = 0
remove_asynctask(request,task[id])
remove_asynctask(request,task['id'])
messages.error(request,'Oh, your task failed')
elif 'started' in task['status'].lower():
messages.info(request,'Busy updating CP chart data')