stable

Clone or download

Read-only

Display taskboard pane link in PV2

In Planning view, you should see a link to the taskboard in the submilestones panel. Part of story #13730: display columns Change-Id: I64291c4fc8aac8546c77f3e0bf1d5cf0c5d7901f

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/REST/v1/AdditionalPanesForMilestoneEvent.php +63 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php +6 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/PaneInfoRepresentation.php +49 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone.tpl.html +9 −3 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_milestone.scss +1 −0 Go to diff View file
A plugins/taskboard/include/AgileDashboard/TaskboardPaneInfoBuilder.php +70 −0 Go to diff View file
M plugins/taskboard/include/taskboardPlugin.php +28 −2 Go to diff View file
A plugins/taskboard/phpunit/AgileDashboard/TaskboardPaneInfoBuilderTest.php +119 −0 Go to diff View file
M src/common/REST/v1/MilestoneRepresentationBase.class.php +7 −6 Go to diff View file