*Fix bug 18183,18184.

This commit is contained in:
songchenxuan
2022-01-05 15:11:26 +08:00
parent ecc3ae4608
commit bc637ef419
+1
View File
@@ -2767,6 +2767,7 @@ class bugModel extends model
$title = "title='" . $bug->resolvedBuild . "'";
break;
}
if($id == 'deadline' && isset($bug->delay) && $bug->status == 'active') $class .= ' delayed';
if(strpos(',type,execution,story,plan,task,openedBuild,', ",{$id},") !== false) $class .= ' text-ellipsis';