* fix execution name .

This commit is contained in:
tanghucheng
2022-01-24 14:05:05 +08:00
parent a3f3e1adbd
commit 2d21ecc97f
4 changed files with 6 additions and 3 deletions
-2
View File
@@ -3548,7 +3548,6 @@ class executionModel extends model
public function fillTasksInTree($node, $executionID)
{
$node = (object)$node;
a($node);
static $storyGroups, $taskGroups;
if(empty($storyGroups))
{
@@ -3624,7 +3623,6 @@ class executionModel extends model
$node->type = 'module';
$stories = isset($storyGroups[$node->root][$node->id]) ? $storyGroups[$node->root][$node->id] : array();
a($stories);
foreach($stories as $story)
{
$storyItem = new stdclass();