Update kanban-dashboard.tpl.php

This commit is contained in:
Dennis Eichhorn 2021-06-18 14:55:45 +02:00 committed by GitHub
parent 5e4fbdf5a7
commit f045da19a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
*
* PHP Version 8.0
*
* @package Modules\Tasks
* @package Modules\Kanban
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -14,6 +14,7 @@ declare(strict_types=1);
use phpOMS\Uri\UriFactory;
/** @var \Modules\Kanban\Models\KanbanBoard[] $boards */
$boards = $this->getData('boards');
echo $this->getData('nav')->render(); ?>