* Set working.

* Set as only task.
 * Set as only story.
This commit is contained in:
daitingting
2017-05-03 17:35:37 +08:00
parent 00126f3d97
commit 2e5e8ec5a4
25 changed files with 339 additions and 48 deletions
+3
View File
@@ -36,6 +36,9 @@ 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"));
}