More robust task showing on taskboard

stable
Jesús Espino 2014-09-15 19:05:17 +02:00
parent 38085530fc
commit 28970baa37
1 changed files with 2 additions and 1 deletions

View File

@ -131,6 +131,7 @@ class TaskboardController extends mixOf(taiga.Controller, taiga.PageMixin)
@scope.usTasks[us.id][status.id] = []
for task in @scope.tasks
if @scope.usTasks[task.user_story]? and @scope.usTasks[task.user_story][task.status]?
@scope.usTasks[task.user_story][task.status].push(task)
return tasks