* Resolve issue #737.

This commit is contained in:
tianshujie
2022-09-23 10:57:35 +08:00
parent a6cdf518d2
commit 4ff7d428a9
+1 -1
View File
@@ -2501,7 +2501,7 @@ class testcaseModel extends model
if($case->needconfirm || $case->browseType == 'needconfirm')
{
return $this->buildMenu('testcase', 'confirmstorychange', $params, $case, 'browse', 'confirm', 'hiddenwin', '', '', '', $this->lang->confirm);
return $this->buildMenu('testcase', 'confirmstorychange', $params, $case, 'browse', 'ok', 'hiddenwin', '', '', '', $this->lang->confirm);
}
$menu .= $this->buildMenu('testtask', 'runCase', "runID=0&$params&version=$case->version", $case, 'browse', 'play', '', 'runCase iframe', false, "data-width='95%'");