Merge branch 'sprint/221' into 'master'

Sprint/221

See merge request easycorp/zentaopms!4740
This commit is contained in:
王怡栋
2022-08-02 08:20:39 +00:00
+1 -1
View File
@@ -71,7 +71,7 @@
{
if(common::hasPriv('execution', 'storyView'))
{
echo html::a($this->createLink('execution', 'storyView', "storyid=$task->storyID"), $task->storyTitle, '', "class='preview'", true, isonlybody());
echo html::a($this->createLink('execution', 'storyView', "storyid=$task->storyID", '', true), $task->storyTitle, '', "class='preview'");
}
else
{