This commit is contained in:
zhujinyong
2021-07-19 11:59:06 +08:00
86 changed files with 656 additions and 515 deletions
+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 : '';