* fix bug kanban prev

This commit is contained in:
Zongjun Lan
2022-04-01 15:32:36 +08:00
parent 0ad0b1938c
commit 7773a8a530
@@ -45,7 +45,11 @@
{
foreach (explode('|', 'kanban|task|calendar|gantt|tree|grouptask') as $view)
{
if(common::hasPriv('execution', $view)) $kanbanview = $view; break;
if(common::hasPriv('execution', $view))
{
$kanbanview = $view;
break;
}
}
}
?>