From 08bdb708e7698c21b0e6fc9f21d19996fc3d593d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 28 Aug 2016 22:30:48 -0400 Subject: Add the possibility to move tasks without drag and drop --- app/Formatter/BoardSwimlaneFormatter.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Formatter/BoardSwimlaneFormatter.php') 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) -- cgit v1.2.3