This commit is contained in:
chenfei
2020-07-16 16:28:47 +08:00
21 changed files with 57 additions and 55 deletions
-4
View File
@@ -2654,10 +2654,6 @@ class bugModel extends model
{
echo html::a(helper::createLink('build', 'view', "buildID=$buildID"), $build, '', "title='$bug->openedBuild'");
}
else
{
echo $build;
}
}
break;
case 'assignedTo':