Move task form elements to Task helper

This commit is contained in:
Frederic Guillot
2016-01-31 11:50:28 -05:00
parent 9570793f68
commit d8e452d375
8 changed files with 100 additions and 62 deletions

View File

@@ -38,8 +38,6 @@ class Taskcreation extends Base
'colors_list' => $this->color->getList(),
'categories_list' => $this->category->getList($project['id']),
'swimlanes_list' => $swimlanes_list,
'date_format' => $this->config->get('application_date_format'),
'date_formats' => $this->dateParser->getAvailableFormats(),
'title' => $project['name'].' > '.t('New task')
)));
}