Merge branch release/21.7.7 of zentao/zentaopms (#12488)

This commit is contained in:
刘刚
2025-11-24 10:19:27 +08:00
committed by Gitfox
+1 -1
View File
@@ -291,7 +291,7 @@ class testtask extends control
/* Execute extended actions configured in the workflow. */
$this->executeHooks($testtaskID);
if(!empty($testtask->execution)) $this->view->execution = $this->loadModel('project')->getByID($testtask->executionID);
if(!empty($testtask->execution)) $this->view->execution = $this->loadModel('project')->getByID($testtask->execution);
$this->view->title = "TASK #$testtask->id $testtask->name/" . $products[$testtask->product];
$this->view->users = $this->loadModel('user')->getPairs('noclosed|noletter');