* Finish task #5811.

This commit is contained in:
Yagami
2019-06-19 15:58:03 +08:00
parent adbd46fce6
commit e56cdbebae
+1 -1
View File
@@ -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();