* Finish task #5811.
This commit is contained in:
@@ -979,7 +979,7 @@ class projectModel extends model
|
||||
if(($this->session->taskBrowseType) and ($this->session->taskBrowseType != 'bysearch')) $browseType = $this->session->taskBrowseType;
|
||||
}
|
||||
|
||||
$this->session->set('taskWithChildren', in_array($browseType, array('unclosed', 'byproject', 'all')) ? false : true);
|
||||
$this->session->set('taskWithChildren', in_array($browseType, array('unclosed', 'byproject', 'all', 'bysearch')) ? false : true);
|
||||
|
||||
/* Get tasks. */
|
||||
$tasks = array();
|
||||
|
||||
Reference in New Issue
Block a user