This commit is contained in:
tianshujie98
2021-04-09 13:41:00 +08:00
parent fc8e2f35ed
commit d40db92dbe
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1234,6 +1234,7 @@ class execution extends control
$this->view->title = $this->lang->execution->tips;
$this->view->tips = $this->fetch('execution', 'tips', "executionID=$executionID");
$this->view->executionID = $executionID;
$this->view->projectID = $projectID;
$this->display();
exit;
}
+1 -1
View File
@@ -11,7 +11,7 @@
*/
?>
<?php if(isset($tips)):?>
<?php $defaultURL = $this-> createLink('execution', 'task', 'executionID=' . $executionID);?>
<?php $defaultURL = $config->systemMode == 'new' ? $this->createLink('project', 'execution', "status=all&projectID=$projectID") : $this-> createLink('execution', 'task', 'executionID=' . $executionID);?>
<?php include '../../common/view/header.lite.html.php';?>
<body>
<div class='modal-dialog mw-500px' id='tipsModal'>