diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index fb7f649163..4737d6a82c 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -46,7 +46,7 @@ common::printIcon('story', 'close', "storyID=$story->id", $story, 'button', '', '', 'iframe text-danger', true); common::printIcon('story', 'activate', "storyID=$story->id", $story, 'button', '', '', 'iframe text-success', true); common::printIcon('story', 'createCase', "productID=$story->product&branch=$story->branch&moduleID=0&from=¶m=0&storyID=$story->id", '', 'button', 'sitemap'); - if($from == 'project') common::printIcon('task', 'create', "project=$param&storyID=$story->id", '', 'button', 'smile'); + if($from == 'project') common::printIcon('task', 'create', "project=$param&storyID=$story->id&moduleID=$story->module", '', 'button', 'smile'); echo ''; echo "
";