* Code for task#633.
This commit is contained in:
@@ -154,7 +154,8 @@ class project extends control
|
||||
if($this->session->taskQuery == false) $this->session->set('taskQuery', ' 1 = 1');
|
||||
}
|
||||
$taskQuery = str_replace("`project` = 'all'", '1', $this->session->taskQuery); // Search all project.
|
||||
$this->session->set('taskReportCondition', $taskQuery);
|
||||
$this->session->set('taskQueryCondition', $taskQuery);
|
||||
$this->session->set('taskOrderBy', $orderBy);
|
||||
$tasks = $this->project->getSearchTasks($taskQuery, $pager, $orderBy);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user