Merge tag 'v5.53' into develop
bug fix
This commit is contained in:
@@ -4356,7 +4356,7 @@ def oterankings_view(request,theuser=0,
|
|||||||
remove_asynctask(request,task['id'])
|
remove_asynctask(request,task['id'])
|
||||||
elif 'fail' in task['status'].lower():
|
elif 'fail' in task['status'].lower():
|
||||||
runningjob = 0
|
runningjob = 0
|
||||||
remove_asynctask(request,task[id])
|
remove_asynctask(request,task['id'])
|
||||||
messages.error(request,'Oh, your task failed')
|
messages.error(request,'Oh, your task failed')
|
||||||
elif 'started' in task['status'].lower():
|
elif 'started' in task['status'].lower():
|
||||||
messages.info(request,'Busy updating CP chart data')
|
messages.info(request,'Busy updating CP chart data')
|
||||||
|
|||||||
Reference in New Issue
Block a user