Add missing column on public board for task links
This commit is contained in:
parent
19d061db71
commit
cd323ed8fd
|
|
@ -36,6 +36,7 @@
|
|||
$link['is_active'] ? '' : 'task-link-closed'
|
||||
) ?>
|
||||
</td>
|
||||
<td><?= $this->e($link['column_title']) ?></td>
|
||||
<?php endif ?>
|
||||
</tr>
|
||||
<?php endforeach ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue