What: Bug in Tasks notification
Area: Email notification in Tasks
Details: Priority field is mapped to Status field
Effect: The Status value of the task is displayed as value of Priority.
Approx. Line 557: (my tasks.php is heavily hacked, i dont know the exact number anymore)
entry is:
$xtpl->assign("TASK_PRIORITY", (isset($task->status)? $app_list_strings['task_status_dom'][$task->status]:"") );
when it should be:
$xtpl->assign("TASK_PRIORITY", (isset($task->priority)? $app_list_strings['task_priority_dom'][$task->priority]:"") );
pls fix..


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks