Fixed the color in block of completed kanban tasks

This commit is contained in:
Manuel Cillero 2017-09-21 22:26:21 +02:00
parent 2153875c90
commit fbc84969de

View file

@ -18,7 +18,7 @@
global $user;
$task_class = '';
$task_assigned = $view->render_field('nid_1', $id);
$task_assigned = $view->render_field('nid_1', count($rows) - 1 - $id);
if (!empty($task_assigned)) {
if ($user->stormperson_nid == $task_assigned) {
$task_class = ' task-own';