Merge branch 'sprint/207_mayue_bug#23765' into 'zentaopms_207'
* Fix bug #23765. See merge request easycorp/zentaopms!4037
This commit is contained in:
@@ -3848,7 +3848,7 @@ class executionModel extends model
|
||||
$storyItem->storyId = $story->id;
|
||||
$storyItem->openedBy = zget($users, $story->openedBy);
|
||||
$storyItem->assignedTo = zget($users, $story->assignedTo);
|
||||
$storyItem->url = helper::createLink('story', 'view', "storyID=$story->id&version=$story->version&from=execution¶m=$executionID");
|
||||
$storyItem->url = helper::createLink('execution', 'storyView', "storyID=$story->id&version=$story->version&from=execution¶m=$executionID");
|
||||
$storyItem->taskCreateUrl = helper::createLink('task', 'batchCreate', "executionID={$executionID}&story={$story->id}");
|
||||
|
||||
$storyTasks = isset($taskGroups[$node->id][$story->id]) ? $taskGroups[$node->id][$story->id] : array();
|
||||
|
||||
Reference in New Issue
Block a user