This commit is contained in:
wangyidong
2017-03-27 15:25:54 +08:00
parent 65cffaf22b
commit dce2c6a5e8
6 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ class user extends control
{
$cases = $this->loadModel('testcase')->getByOpenedBy($account, $sort, $pager);
}
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'testcase', $type == 'assigntome' ? false : true);
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'testcase', $type == 'case2Him' ? false : true);
/* Assign. */
$this->view->title = $this->lang->user->common . $this->lang->colon . $this->lang->user->testCase;