From 7540e74a56b6a1ac1c00ae06e89f5e356653fe44 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 8 Sep 2014 20:26:31 +0200 Subject: Remove the columns list from the edit task form --- app/Controller/Task.php | 1 - app/Templates/task_edit.php | 3 --- 2 files changed, 4 deletions(-) (limited to 'app') diff --git a/app/Controller/Task.php b/app/Controller/Task.php index 444065f0..85c3306e 100644 --- a/app/Controller/Task.php +++ b/app/Controller/Task.php @@ -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']), diff --git a/app/Templates/task_edit.php b/app/Templates/task_edit.php index a3a0eddd..83a4ca17 100644 --- a/app/Templates/task_edit.php +++ b/app/Templates/task_edit.php @@ -33,9 +33,6 @@
- -
-
-- cgit v1.2.3