From e837186eba17ba7e1fc380bbc87c29e1cc900e98 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Wed, 16 Feb 2022 10:27:36 +0800 Subject: [PATCH] * code for task #49081. --- module/story/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index 457e150e66..70a7febb4d 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -3890,7 +3890,7 @@ class storyModel extends model } break; case 'taskCount': - $tasksLink = helper::createLink('story', 'tasks', "storyID=$story->id&isonlybody=yes"); + $tasksLink = helper::createLink('story', 'tasks', "storyID=$story->id", '', 'class="iframe"'); $storyTasks[$story->id] > 0 ? print(html::a($tasksLink, $storyTasks[$story->id], '', 'class="iframe"')) : print(0); break; case 'bugCount':