Merge pull request #2965

Added a hook for the table colum header
This commit is contained in:
Frédéric Guillot
2017-01-20 11:39:30 -05:00
committed by GitHub

View File

@@ -74,6 +74,7 @@
(<span id="task-number-column-<?= $column['id'] ?>"><?= $column['nb_tasks'] ?></span>)
</span>
<?php endif ?>
<?= $this->hook->render('template:board:column:header', array('swimlane' => $swimlane, 'column' => $column)) ?>
</div>
</th>