* Finish Task #7711.

This commit is contained in:
holan20180123
2020-08-27 13:42:16 +08:00
parent f13b0b9e1f
commit 1062033526
119 changed files with 251 additions and 2891 deletions
-3
View File
@@ -37,9 +37,6 @@ class user extends control
*/
public function view($account)
{
if($this->config->global->flow == 'onlyStory') $this->locate($this->createLink('user', 'dynamic', "period=today&account=$account"));
if($this->config->global->flow == 'onlyTask') $this->locate($this->createLink('user', 'task', "account=$account"));
if($this->config->global->flow == 'onlyTest') $this->locate($this->createLink('user', 'bug', "account=$account"));
$this->locate($this->createLink('user', 'todo', "account=$account"));
}