Fixed the color in block of completed kanban tasks
This commit is contained in:
parent
2153875c90
commit
fbc84969de
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
global $user;
|
global $user;
|
||||||
|
|
||||||
$task_class = '';
|
$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 (!empty($task_assigned)) {
|
||||||
if ($user->stormperson_nid == $task_assigned) {
|
if ($user->stormperson_nid == $task_assigned) {
|
||||||
$task_class = ' task-own';
|
$task_class = ' task-own';
|
||||||
|
|
Reference in a new issue