*Fix bug 18183,18184.
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user