added getAllUnsubmittedTasks function
This commit is contained in:
parent
1a81e196ea
commit
0f81fe9c0f
1 changed files with 1 additions and 1 deletions
|
@ -1125,7 +1125,7 @@ def getAllUnsubmittedTasks(token):
|
|||
p = Project.get_by_id(tc.userId)
|
||||
taskDic['projectsToReview'].append(json.loads(p.to_JSON()))
|
||||
|
||||
dic['tasks'].append(taskDic)
|
||||
dic['tasks'].append(taskDic)
|
||||
|
||||
arr.append(dic)
|
||||
|
||||
|
|
Loading…
Reference in a new issue