Private
Public Access
1
0

Merge tag 'v5.53' into develop

bug fix
This commit is contained in:
Sander Roosendaal
2018-01-12 19:55:43 +01:00

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')