* Finish task #4978,#4979,#4985,#4992,#4998,#5003,#5004,#5005,#5006,
This commit is contained in:
@@ -2471,6 +2471,10 @@ class bugModel extends model
|
||||
$class .= ' text-left';
|
||||
$title = "title='{$bug->title}'";
|
||||
}
|
||||
if($id == 'type')
|
||||
{
|
||||
$title = "title='" . zget($this->lang->bug->typeList, $bug->type) . "'";
|
||||
}
|
||||
if($id == 'assignedTo')
|
||||
{
|
||||
$class .= ' has-btn text-left';
|
||||
|
||||
Reference in New Issue
Block a user