@@ -10,3 +10,5 @@ th.c-deadline {text-align: center;}
|
||||
.btn-toolbar > .btn {margin-right: 5px !important;}
|
||||
#taskList .c-progress{padding-right: 8px; text-align: right;}
|
||||
#datatable-taskList .c-progress{padding-right: 8px; text-align: right;}
|
||||
.c-finishedBy {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
||||
.c-deadline {text-align: left !important;}
|
||||
|
||||
@@ -3427,6 +3427,11 @@ class taskModel extends model
|
||||
$title = " title='{$value} {$this->lang->execution->workHour}'";
|
||||
}
|
||||
if($id == 'lane') $title = " title='{$task->lane}'";
|
||||
if($id == 'finishedBy')
|
||||
{
|
||||
$name = zget($users, $task->finishedBy);
|
||||
$title = " title='$name'";
|
||||
}
|
||||
|
||||
echo "<td class='" . $class . "'" . $title . ">";
|
||||
if($this->config->edition != 'open') $this->loadModel('flow')->printFlowCell('task', $task, $id);
|
||||
|
||||
Reference in New Issue
Block a user