* adjust for xuanxuan locate page.

This commit is contained in:
wangyidong
2018-12-19 16:44:41 +08:00
parent d3fa148cb3
commit df6ca19290
10 changed files with 23 additions and 22 deletions
-1
View File
@@ -562,7 +562,6 @@ class testcase extends control
$actionID = $this->action->create('case', $caseID, $action, $fileAction . $this->post->comment);
$this->action->logHistory($actionID, $changes);
}
if($this->app->getViewType() == 'xhtml') die(js::closeXXModal('parent'));
die(js::locate($this->createLink('testcase', 'view', "caseID=$caseID"), 'parent'));
}