* Finish task#37387.

This commit is contained in:
qiyu-xie
2021-04-12 16:05:29 +08:00
parent 8a6ec7e152
commit bcc8fc401f
+1 -1
View File
@@ -1748,7 +1748,7 @@ class execution extends control
$this->app->loadLang('program');
/* Execution not found to prevent searching for .*/
if(!isset($this->executions[$execution->id])) $this->executions = $this->execution->getPairs($execution->execution, 'all', 'nocode');
if(!isset($this->executions[$execution->id])) $this->executions = $this->execution->getPairs($execution->project, 'all', 'nocode');
$products = $this->execution->getProducts($execution->id);
$linkedBranches = array();