This commit is contained in:
hufangzhou
2021-07-19 10:07:43 +08:00
parent 0b387bcd2a
commit cef2033d50
+1 -1
View File
@@ -487,7 +487,7 @@ class task extends control
if($executionID)
{
$execution = $this->execution->getById($executionID);
$this->execution->setMenu($this->execution->getPairs(), $execution->id);
$this->execution->setMenu($execution->id);
/* Set modules and members. */
$showAllModule = isset($this->config->task->allModule) ? $this->config->task->allModule : '';