* code for task #49081.

This commit is contained in:
tanghucheng
2022-02-16 10:27:36 +08:00
parent 1db5a70ec9
commit e837186eba
+1 -1
View File
@@ -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':