* Modify default value of assign to.
This commit is contained in:
@@ -147,7 +147,7 @@ if(!$this->task->canOperateEffort($task))
|
||||
}
|
||||
elseif($task->assignedTo != $app->user->account and $task->mode == 'linear')
|
||||
{
|
||||
$notice = html(sprintf($lang->task->deniedNotice, '<strong>' . zget($users, $task->assignedTo, '') . '</strong>', $lang->task->logEfforts));
|
||||
$notice = html(sprintf($lang->task->deniedNotice, '<strong>' . zget($users, $task->assignedTo) . '</strong>', $lang->task->logEfforts));
|
||||
}
|
||||
|
||||
div
|
||||
|
||||
Reference in New Issue
Block a user