This commit is contained in:
hufangzhou
2021-04-15 09:08:42 +08:00
parent 8c1de08633
commit b0c6c5eb2a
+1 -1
View File
@@ -269,7 +269,7 @@ class task extends control
$storyLink = $this->session->storyList ? $this->session->storyList : $this->createLink('execution', 'story', "executionID=$executionID");
/* Set menu. */
$this->execution->setMenu($this->execution->getPairs(), $execution->id);
$this->execution->setMenu($execution->id);
/* When common task are child tasks, query whether common task are consumed. */
$taskConsumed = 0;