Better visibility of tasks in project/*/tasks tab pages
This commit is contained in:
parent
a7293dfae6
commit
78a5553f7e
3 changed files with 3 additions and 3 deletions
|
@ -324,7 +324,7 @@ function stormtask_tasks_form($form_id, $header, $tasks, $project) {
|
|||
);
|
||||
|
||||
$form['tasks']['tasks'][$task->nid]['task_description_'. $task->nid] = array(
|
||||
'#value' => l($task->stepno .' '. $task->title, 'node/'. $task->nid, array('html' => TRUE)),
|
||||
'#value' => l($task->stepno .' '. $task->title, 'node/'. $task->nid, array('attributes' => array('title' => $task->title), 'html' => TRUE)),
|
||||
);
|
||||
|
||||
$form['tasks']['tasks'][$task->nid]['task_category_'. $task->nid] = array(
|
||||
|
|
Reference in a new issue