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