* Code for task #36436.

This commit is contained in:
Yagami
2021-03-10 11:24:09 +08:00
parent 12f2552edf
commit 9af18d203f
11 changed files with 79 additions and 79 deletions
+2 -2
View File
@@ -472,8 +472,8 @@ class execution extends control
$execution = $this->commonAction($toExecution);
$toExecution = $execution->id;
$branches = $this->execution->getBranches($toExecution);
$tasks = $this->execution->getTasks2Imported($toExecution, $branches);
$branches = $this->execution->getBranches($toExecution);
$tasks = $this->execution->getTasks2Imported($toExecution, $branches);
$executions = $this->execution->getsToImport(array_keys($tasks), $execution->type);
unset($executions[$toExecution]);
unset($tasks[$toExecution]);