diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-28 22:30:48 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-28 22:30:48 -0400 |
commit | 08bdb708e7698c21b0e6fc9f21d19996fc3d593d (patch) | |
tree | b7ab229dfd1568bb9435e40b20c77aa783eefcc2 /app/Formatter/BoardSwimlaneFormatter.php | |
parent | b51c693cda1cfbda115e315de58b15c0ef275972 (diff) |
Add the possibility to move tasks without drag and drop
Diffstat (limited to 'app/Formatter/BoardSwimlaneFormatter.php')
-rw-r--r-- | app/Formatter/BoardSwimlaneFormatter.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Formatter/BoardSwimlaneFormatter.php b/app/Formatter/BoardSwimlaneFormatter.php index c2abb444..9b2ad935 100644 --- a/app/Formatter/BoardSwimlaneFormatter.php +++ b/app/Formatter/BoardSwimlaneFormatter.php @@ -81,6 +81,7 @@ class BoardSwimlaneFormatter extends BaseFormatter implements FormatterInterface $nb_columns = count($this->columns); foreach ($this->swimlanes as &$swimlane) { + $swimlane['id'] = (int) $swimlane['id']; $swimlane['columns'] = BoardColumnFormatter::getInstance($this->container) ->withSwimlaneId($swimlane['id']) ->withColumns($this->columns) |