Remove the columns list from the edit task form

This commit is contained in:
Frédéric Guillot
2014-09-08 20:26:31 +02:00
parent 9d39943bd4
commit 7540e74a56
2 changed files with 0 additions and 4 deletions

View File

@@ -168,7 +168,6 @@ class Task extends Base
'values' => $task,
'errors' => array(),
'task' => $task,
'columns_list' => $this->board->getColumnsList($task['project_id']),
'users_list' => $this->project->getUsersList($task['project_id']),
'colors_list' => $this->task->getColors(),
'categories_list' => $this->category->getList($task['project_id']),