diff --git a/Models/KanbanCard.php b/Models/KanbanCard.php index f522eb5..50ca9d3 100644 --- a/Models/KanbanCard.php +++ b/Models/KanbanCard.php @@ -458,6 +458,4 @@ class KanbanCard implements \JsonSerializable return $card; } - - /* todo: maybe allow ref to be an object and datamapper creates that object? how does the datamapper know what kind of datamapper to use? Just assume it's called ObjectMapper? bad isn't it?! */ } diff --git a/Theme/Backend/kanban-board.tpl.php b/Theme/Backend/kanban-board.tpl.php index ec93c5d..dfba51d 100644 --- a/Theme/Backend/kanban-board.tpl.php +++ b/Theme/Backend/kanban-board.tpl.php @@ -1,8 +1,12 @@ getData('board'); $columns = $board->getColumns(); -// todo: column width should be % but with min-width and on small screens full width ?> +
getCards(); ?>