stable
Clone or download
Read-only
Go to a taskboard. Columns that are defined in the corresponding planning administration are displayed the ugliest way possible. Nice integration in the VueJS app will be done in a dedicated changeset. Part of story #13730: display columns Change-Id: I5e411e6375659bbba81b9a8c4a9f6b68ab8935b8
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/taskboard/include/Routing/TaskboardPresenter.php | Go to diff View file | ||
A | plugins/taskboard/include/Board/BoardPresenterBuilder.php | +73 | −0 | Go to diff View file |
A | plugins/taskboard/include/Column/ColumnPresenter.php | +42 | −0 | Go to diff View file |
A | plugins/taskboard/include/Column/ColumnPresenterCollectionRetriever.php | +55 | −0 | Go to diff View file |
M | plugins/taskboard/include/Routing/TaskboardController.php | +9 | −25 | Go to diff View file |
M | plugins/taskboard/include/taskboardPlugin.php | +6 | −1 | Go to diff View file |
A | plugins/taskboard/phpunit/Column/ColumnPresenterCollectionRetrieverTest.php | +73 | −0 | Go to diff View file |
M | plugins/taskboard/templates/taskboard.mustache | +4 | −1 | Go to diff View file |