*Finish task #45538.

This commit is contained in:
songchenxuan
2021-12-09 17:10:55 +08:00
parent 2997acd37c
commit f77b8ddb9b
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ class task extends control
$moduleID = $this->tree->getStoryModule($task->module);
$moduleIdList = $this->tree->getAllChildID($moduleID);
}
$stories = $this->story->getExecutionStoryPairs($executionID, 0, 0, $moduleIdList, 'full', 'unclosed');
$stories = $this->story->getExecutionStoryPairs($executionID, 0, 'all', $moduleIdList, 'full', 'unclosed');
/* Get block id of assinge to me. */
$blockID = 0;