Changed board column headings to show swimlane-column total in bold. Also, board column total to be shown at end of column heading with limit across the sum of all swimlanes.
This commit is contained in:
@@ -97,6 +97,13 @@ class BoardSwimlaneFormatter extends BaseFormatter implements FormatterInterface
|
||||
$this->calculateStatsByColumnAcrossSwimlanes($swimlane['columns']);
|
||||
}
|
||||
|
||||
foreach($this->swimlanes as &$swimlane) {
|
||||
foreach($swimlane['columns'] as $columnIndex => &$column) {
|
||||
$column['column_nb_tasks'] = $this->swimlanes[0]['columns'][$columnIndex]['column_nb_tasks'];
|
||||
$column['column_nb_score'] = $this->swimlanes[0]['columns'][$columnIndex]['column_score'];
|
||||
}
|
||||
}
|
||||
|
||||
return $this->swimlanes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user