Added a hook for the table colum header
This commit is contained in:
parent
9ef2b2a026
commit
3ce46b7230
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue