* Fix bug#14091.

This commit is contained in:
qiyu-xie
2021-08-09 14:32:14 +08:00
parent b22f1df1d6
commit 506d2ec05f
7 changed files with 22 additions and 7 deletions
+2 -1
View File
@@ -1302,7 +1302,8 @@ class task extends control
$this->executeHooks($taskID);
return print(js::locate($this->session->taskList, 'parent'));
$locateLink = $this->session->taskList ? $this->session->taskList : $this->createLink('execution', 'task', "executionID={$task->execution}");
return print(js::locate($locateLink, 'parent'));
}
}