diff --git a/inc/tasktype.class.php b/inc/tasktype.class.php index 10fe0ed..d473e5e 100644 --- a/inc/tasktype.class.php +++ b/inc/tasktype.class.php @@ -102,7 +102,7 @@ static function getAllForKanban($active = true, $current_id = -1) { */ public function forceGlobalState() { // All users must be using the global state unless viewing the global Kanban - return $this->getID() > 0; + return false; } /**