Add the possibility to move tasks without drag and drop

This commit is contained in:
Frederic Guillot
2016-08-28 22:30:48 -04:00
parent b51c693cda
commit 08bdb708e7
13 changed files with 201 additions and 11 deletions

View File

@@ -78,6 +78,7 @@ class BoardColumnFormatter extends BaseFormatter implements FormatterInterface
public function format()
{
foreach ($this->columns as &$column) {
$column['id'] = (int) $column['id'];
$column['tasks'] = BoardTaskFormatter::getInstance($this->container)
->withTasks($this->tasks)
->withTags($this->tags)