Added a hook for the table colum header

This commit is contained in:
robre
2017-01-20 15:30:56 +01:00
parent 9ef2b2a026
commit 3ce46b7230

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>