* Fix bug,task#7549.

This commit is contained in:
leiyong
2020-07-27 03:29:59 -07:00
parent e639fd4379
commit edf7d6448b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ class project extends control
$this->session->set('taskBrowseType', $browseType);
}
if($browseType == 'bymodule') $this->session->set('taskBrowseType', 'unclosed');
if($browseType == 'bymodule' and $this->session->taskBrowseType == 'bysearch') $this->session->set('taskBrowseType', 'unclosed');
/* Set queryID, moduleID and productID. */
$queryID = ($browseType == 'bysearch') ? (int)$param : 0;